@esri/solutions-components 0.5.9 → 0.5.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (98) hide show
  1. package/dist/assets/t9n/public-notification/resources.json +1 -1
  2. package/dist/assets/t9n/public-notification/resources_ar.json +5 -4
  3. package/dist/assets/t9n/public-notification/resources_bg.json +5 -4
  4. package/dist/assets/t9n/public-notification/resources_bs.json +5 -4
  5. package/dist/assets/t9n/public-notification/resources_ca.json +5 -4
  6. package/dist/assets/t9n/public-notification/resources_cs.json +5 -4
  7. package/dist/assets/t9n/public-notification/resources_da.json +5 -4
  8. package/dist/assets/t9n/public-notification/resources_de.json +5 -4
  9. package/dist/assets/t9n/public-notification/resources_el.json +5 -4
  10. package/dist/assets/t9n/public-notification/resources_en.json +1 -1
  11. package/dist/assets/t9n/public-notification/resources_es.json +5 -4
  12. package/dist/assets/t9n/public-notification/resources_et.json +5 -4
  13. package/dist/assets/t9n/public-notification/resources_fi.json +5 -4
  14. package/dist/assets/t9n/public-notification/resources_fr.json +5 -4
  15. package/dist/assets/t9n/public-notification/resources_he.json +5 -4
  16. package/dist/assets/t9n/public-notification/resources_hr.json +5 -4
  17. package/dist/assets/t9n/public-notification/resources_hu.json +5 -4
  18. package/dist/assets/t9n/public-notification/resources_id.json +5 -4
  19. package/dist/assets/t9n/public-notification/resources_it.json +5 -4
  20. package/dist/assets/t9n/public-notification/resources_ja.json +5 -4
  21. package/dist/assets/t9n/public-notification/resources_ko.json +5 -4
  22. package/dist/assets/t9n/public-notification/resources_lt.json +5 -4
  23. package/dist/assets/t9n/public-notification/resources_lv.json +5 -4
  24. package/dist/assets/t9n/public-notification/resources_nb.json +5 -4
  25. package/dist/assets/t9n/public-notification/resources_nl.json +5 -4
  26. package/dist/assets/t9n/public-notification/resources_pl.json +5 -4
  27. package/dist/assets/t9n/public-notification/resources_pt-BR.json +5 -4
  28. package/dist/assets/t9n/public-notification/resources_pt-PT.json +5 -4
  29. package/dist/assets/t9n/public-notification/resources_ro.json +5 -4
  30. package/dist/assets/t9n/public-notification/resources_ru.json +5 -4
  31. package/dist/assets/t9n/public-notification/resources_sk.json +5 -4
  32. package/dist/assets/t9n/public-notification/resources_sl.json +5 -4
  33. package/dist/assets/t9n/public-notification/resources_sr.json +5 -4
  34. package/dist/assets/t9n/public-notification/resources_sv.json +5 -4
  35. package/dist/assets/t9n/public-notification/resources_th.json +5 -4
  36. package/dist/assets/t9n/public-notification/resources_tr.json +5 -4
  37. package/dist/assets/t9n/public-notification/resources_uk.json +5 -4
  38. package/dist/assets/t9n/public-notification/resources_vi.json +5 -4
  39. package/dist/assets/t9n/public-notification/resources_zh-CN.json +5 -4
  40. package/dist/assets/t9n/public-notification/resources_zh-HK.json +5 -4
  41. package/dist/assets/t9n/public-notification/resources_zh-TW.json +5 -4
  42. package/dist/cjs/buffer-tools_4.cjs.entry.js +3 -3
  43. package/dist/cjs/calcite-input-text_5.cjs.entry.js +6 -11
  44. package/dist/cjs/{downloadUtils-4ef4b28b.js → downloadUtils-7a0fd3c0.js} +77 -20
  45. package/dist/cjs/{index.es-cbe67d5b.js → index.es-9965b78c.js} +1 -1
  46. package/dist/cjs/layer-table_2.cjs.entry.js +8 -3
  47. package/dist/cjs/loader.cjs.js +1 -1
  48. package/dist/cjs/public-notification.cjs.entry.js +56 -21
  49. package/dist/cjs/solutions-components.cjs.js +1 -1
  50. package/dist/collection/components/buffer-tools/buffer-tools.css +4 -0
  51. package/dist/collection/components/buffer-tools/buffer-tools.js +1 -1
  52. package/dist/collection/components/layer-table/layer-table.js +7 -2
  53. package/dist/collection/components/map-draw-tools/map-draw-tools.css +4 -0
  54. package/dist/collection/components/map-select-tools/map-select-tools.js +18 -1
  55. package/dist/collection/components/pdf-download/pdf-download.js +3 -9
  56. package/dist/collection/components/public-notification/public-notification.js +57 -21
  57. package/dist/collection/demos/new-public-notification.html +6 -4
  58. package/dist/collection/utils/downloadUtils.js +74 -19
  59. package/dist/collection/utils/downloadUtils.ts +93 -26
  60. package/dist/collection/utils/interfaces.ts +2 -2
  61. package/dist/components/buffer-tools2.js +2 -2
  62. package/dist/components/downloadUtils.js +75 -20
  63. package/dist/components/layer-table2.js +7 -2
  64. package/dist/components/map-draw-tools2.js +1 -1
  65. package/dist/components/map-select-tools2.js +3 -1
  66. package/dist/components/pdf-download2.js +3 -9
  67. package/dist/components/public-notification.js +57 -21
  68. package/dist/esm/buffer-tools_4.entry.js +3 -3
  69. package/dist/esm/calcite-combobox_3.entry.js +1 -1
  70. package/dist/esm/calcite-input-text_5.entry.js +7 -12
  71. package/dist/esm/{downloadUtils-2ebeb46d.js → downloadUtils-a447bab1.js} +77 -22
  72. package/dist/esm/{index.es-6dd27a48.js → index.es-b9cb902a.js} +2 -2
  73. package/dist/esm/layer-table_2.entry.js +9 -4
  74. package/dist/esm/loader.js +1 -1
  75. package/dist/esm/{mapViewUtils-ebbd4733.js → mapViewUtils-27dfdc29.js} +1 -1
  76. package/dist/esm/public-notification.entry.js +57 -22
  77. package/dist/esm/solutions-components.js +1 -1
  78. package/dist/solutions-components/demos/new-public-notification.html +6 -4
  79. package/dist/solutions-components/p-2f4e1ddf.entry.js +6 -0
  80. package/dist/solutions-components/{p-657caece.js → p-345f517c.js} +5 -5
  81. package/dist/solutions-components/{p-390d7de8.js → p-4b426bab.js} +1 -1
  82. package/dist/solutions-components/{p-b4d4b50a.entry.js → p-52b747fa.entry.js} +3 -3
  83. package/dist/solutions-components/p-62492a2d.entry.js +17 -0
  84. package/dist/solutions-components/{p-ad82c173.js → p-80757ebd.js} +1 -1
  85. package/dist/solutions-components/p-cf00a2ef.entry.js +6 -0
  86. package/dist/solutions-components/{p-83e3db8e.entry.js → p-db099e05.entry.js} +1 -1
  87. package/dist/solutions-components/solutions-components.esm.js +1 -1
  88. package/dist/solutions-components/utils/downloadUtils.ts +93 -26
  89. package/dist/solutions-components/utils/interfaces.ts +2 -2
  90. package/dist/types/components/map-select-tools/map-select-tools.d.ts +5 -0
  91. package/dist/types/components/public-notification/public-notification.d.ts +18 -11
  92. package/dist/types/components.d.ts +8 -0
  93. package/dist/types/utils/downloadUtils.d.ts +22 -8
  94. package/dist/types/utils/interfaces.d.ts +2 -2
  95. package/package.json +1 -1
  96. package/dist/solutions-components/p-6f27bea2.entry.js +0 -17
  97. package/dist/solutions-components/p-db82a9ce.entry.js +0 -6
  98. package/dist/solutions-components/p-deb90ce7.entry.js +0 -6
@@ -6,7 +6,7 @@
6
6
  import { c as createCommonjsModule, g as getDefaultExportFromCjs } from './_commonjsHelpers-d5f9d613.js';
7
7
  import { a as getAssetPath } from './index-d298aca9.js';
8
8
  import { l as loadModules } from './loadModules-cd3569de.js';
9
- import { f as queryFeaturesByID } from './mapViewUtils-ebbd4733.js';
9
+ import { q as queryFeaturesByID } from './mapViewUtils-27dfdc29.js';
10
10
 
11
11
  /** @license
12
12
  * Copyright 2022 Esri
@@ -1505,7 +1505,7 @@ function(t){var e=function(t){for(var e=t.length,r=new Uint8Array(e),n=0;n<e;n++
1505
1505
  * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1506
1506
  * ====================================================================
1507
1507
  */
1508
- function(t){function e(){return (n.canvg?Promise.resolve(n.canvg):import('./index.es-6dd27a48.js')).catch((function(t){return Promise.reject(new Error("Could not load canvg: "+t))})).then((function(t){return t.default?t.default:t}))}E.API.addSvgAsImage=function(t,r,n,i,o,s,c,u){if(isNaN(r)||isNaN(n))throw a.error("jsPDF.addSvgAsImage: Invalid coordinates",arguments),new Error("Invalid coordinates passed to jsPDF.addSvgAsImage");if(isNaN(i)||isNaN(o))throw a.error("jsPDF.addSvgAsImage: Invalid measurements",arguments),new Error("Invalid measurements (width and/or height) passed to jsPDF.addSvgAsImage");var h=document.createElement("canvas");h.width=i,h.height=o;var l=h.getContext("2d");l.fillStyle="#fff",l.fillRect(0,0,h.width,h.height);var f={ignoreMouse:!0,ignoreAnimation:!0,ignoreDimensions:!0},d=this;return e().then((function(e){return e.fromString(l,t,f)}),(function(){return Promise.reject(new Error("Could not load canvg."))})).then((function(t){return t.render(f)})).then((function(){d.addImage(h.toDataURL("image/jpeg",1),r,n,i,o,c,u);}))};}(),E.API.putTotalPages=function(t){var e,r=0;parseInt(this.internal.getFont().id.substr(1),10)<15?(e=new RegExp(t,"g"),r=this.internal.getNumberOfPages()):(e=new RegExp(this.pdfEscape16(t,this.internal.getFont()),"g"),r=this.pdfEscape16(this.internal.getNumberOfPages()+"",this.internal.getFont()));for(var n=1;n<=this.internal.getNumberOfPages();n++)for(var i=0;i<this.internal.pages[n].length;i++)this.internal.pages[n][i]=this.internal.pages[n][i].replace(e,r);return this},E.API.viewerPreferences=function(e,r){var n;e=e||{},r=r||!1;var i,a,o,s={HideToolbar:{defaultValue:!1,value:!1,type:"boolean",explicitSet:!1,valueSet:[!0,!1],pdfVersion:1.3},HideMenubar:{defaultValue:!1,value:!1,type:"boolean",explicitSet:!1,valueSet:[!0,!1],pdfVersion:1.3},HideWindowUI:{defaultValue:!1,value:!1,type:"boolean",explicitSet:!1,valueSet:[!0,!1],pdfVersion:1.3},FitWindow:{defaultValue:!1,value:!1,type:"boolean",explicitSet:!1,valueSet:[!0,!1],pdfVersion:1.3},CenterWindow:{defaultValue:!1,value:!1,type:"boolean",explicitSet:!1,valueSet:[!0,!1],pdfVersion:1.3},DisplayDocTitle:{defaultValue:!1,value:!1,type:"boolean",explicitSet:!1,valueSet:[!0,!1],pdfVersion:1.4},NonFullScreenPageMode:{defaultValue:"UseNone",value:"UseNone",type:"name",explicitSet:!1,valueSet:["UseNone","UseOutlines","UseThumbs","UseOC"],pdfVersion:1.3},Direction:{defaultValue:"L2R",value:"L2R",type:"name",explicitSet:!1,valueSet:["L2R","R2L"],pdfVersion:1.3},ViewArea:{defaultValue:"CropBox",value:"CropBox",type:"name",explicitSet:!1,valueSet:["MediaBox","CropBox","TrimBox","BleedBox","ArtBox"],pdfVersion:1.4},ViewClip:{defaultValue:"CropBox",value:"CropBox",type:"name",explicitSet:!1,valueSet:["MediaBox","CropBox","TrimBox","BleedBox","ArtBox"],pdfVersion:1.4},PrintArea:{defaultValue:"CropBox",value:"CropBox",type:"name",explicitSet:!1,valueSet:["MediaBox","CropBox","TrimBox","BleedBox","ArtBox"],pdfVersion:1.4},PrintClip:{defaultValue:"CropBox",value:"CropBox",type:"name",explicitSet:!1,valueSet:["MediaBox","CropBox","TrimBox","BleedBox","ArtBox"],pdfVersion:1.4},PrintScaling:{defaultValue:"AppDefault",value:"AppDefault",type:"name",explicitSet:!1,valueSet:["AppDefault","None"],pdfVersion:1.6},Duplex:{defaultValue:"",value:"none",type:"name",explicitSet:!1,valueSet:["Simplex","DuplexFlipShortEdge","DuplexFlipLongEdge","none"],pdfVersion:1.7},PickTrayByPDFSize:{defaultValue:!1,value:!1,type:"boolean",explicitSet:!1,valueSet:[!0,!1],pdfVersion:1.7},PrintPageRange:{defaultValue:"",value:"",type:"array",explicitSet:!1,valueSet:null,pdfVersion:1.7},NumCopies:{defaultValue:1,value:1,type:"integer",explicitSet:!1,valueSet:null,pdfVersion:1.7}},c=Object.keys(s),u=[],h=0,l=0,f=0;function d(t,e){var r,n=!1;for(r=0;r<t.length;r+=1)t[r]===e&&(n=!0);return n}if(void 0===this.internal.viewerpreferences&&(this.internal.viewerpreferences={},this.internal.viewerpreferences.configuration=JSON.parse(JSON.stringify(s)),this.internal.viewerpreferences.isSubscribed=!1),n=this.internal.viewerpreferences.configuration,"reset"===e||!0===r){var p=c.length;for(f=0;f<p;f+=1)n[c[f]].value=n[c[f]].defaultValue,n[c[f]].explicitSet=!1;}if("object"===t(e))for(a in e)if(o=e[a],d(c,a)&&void 0!==o){if("boolean"===n[a].type&&"boolean"==typeof o)n[a].value=o;else if("name"===n[a].type&&d(n[a].valueSet,o))n[a].value=o;else if("integer"===n[a].type&&Number.isInteger(o))n[a].value=o;else if("array"===n[a].type){for(h=0;h<o.length;h+=1)if(i=!0,1===o[h].length&&"number"==typeof o[h][0])u.push(String(o[h]-1));else if(o[h].length>1){for(l=0;l<o[h].length;l+=1)"number"!=typeof o[h][l]&&(i=!1);!0===i&&u.push([o[h][0]-1,o[h][1]-1].join(" "));}n[a].value="["+u.join(" ")+"]";}else n[a].value=n[a].defaultValue;n[a].explicitSet=!0;}return !1===this.internal.viewerpreferences.isSubscribed&&(this.internal.events.subscribe("putCatalog",(function(){var t,e=[];for(t in n)!0===n[t].explicitSet&&("name"===n[t].type?e.push("/"+t+" /"+n[t].value):e.push("/"+t+" "+n[t].value));0!==e.length&&this.internal.write("/ViewerPreferences\n<<\n"+e.join("\n")+"\n>>");})),this.internal.viewerpreferences.isSubscribed=!0),this.internal.viewerpreferences.configuration=n,this},
1508
+ function(t){function e(){return (n.canvg?Promise.resolve(n.canvg):import('./index.es-b9cb902a.js')).catch((function(t){return Promise.reject(new Error("Could not load canvg: "+t))})).then((function(t){return t.default?t.default:t}))}E.API.addSvgAsImage=function(t,r,n,i,o,s,c,u){if(isNaN(r)||isNaN(n))throw a.error("jsPDF.addSvgAsImage: Invalid coordinates",arguments),new Error("Invalid coordinates passed to jsPDF.addSvgAsImage");if(isNaN(i)||isNaN(o))throw a.error("jsPDF.addSvgAsImage: Invalid measurements",arguments),new Error("Invalid measurements (width and/or height) passed to jsPDF.addSvgAsImage");var h=document.createElement("canvas");h.width=i,h.height=o;var l=h.getContext("2d");l.fillStyle="#fff",l.fillRect(0,0,h.width,h.height);var f={ignoreMouse:!0,ignoreAnimation:!0,ignoreDimensions:!0},d=this;return e().then((function(e){return e.fromString(l,t,f)}),(function(){return Promise.reject(new Error("Could not load canvg."))})).then((function(t){return t.render(f)})).then((function(){d.addImage(h.toDataURL("image/jpeg",1),r,n,i,o,c,u);}))};}(),E.API.putTotalPages=function(t){var e,r=0;parseInt(this.internal.getFont().id.substr(1),10)<15?(e=new RegExp(t,"g"),r=this.internal.getNumberOfPages()):(e=new RegExp(this.pdfEscape16(t,this.internal.getFont()),"g"),r=this.pdfEscape16(this.internal.getNumberOfPages()+"",this.internal.getFont()));for(var n=1;n<=this.internal.getNumberOfPages();n++)for(var i=0;i<this.internal.pages[n].length;i++)this.internal.pages[n][i]=this.internal.pages[n][i].replace(e,r);return this},E.API.viewerPreferences=function(e,r){var n;e=e||{},r=r||!1;var i,a,o,s={HideToolbar:{defaultValue:!1,value:!1,type:"boolean",explicitSet:!1,valueSet:[!0,!1],pdfVersion:1.3},HideMenubar:{defaultValue:!1,value:!1,type:"boolean",explicitSet:!1,valueSet:[!0,!1],pdfVersion:1.3},HideWindowUI:{defaultValue:!1,value:!1,type:"boolean",explicitSet:!1,valueSet:[!0,!1],pdfVersion:1.3},FitWindow:{defaultValue:!1,value:!1,type:"boolean",explicitSet:!1,valueSet:[!0,!1],pdfVersion:1.3},CenterWindow:{defaultValue:!1,value:!1,type:"boolean",explicitSet:!1,valueSet:[!0,!1],pdfVersion:1.3},DisplayDocTitle:{defaultValue:!1,value:!1,type:"boolean",explicitSet:!1,valueSet:[!0,!1],pdfVersion:1.4},NonFullScreenPageMode:{defaultValue:"UseNone",value:"UseNone",type:"name",explicitSet:!1,valueSet:["UseNone","UseOutlines","UseThumbs","UseOC"],pdfVersion:1.3},Direction:{defaultValue:"L2R",value:"L2R",type:"name",explicitSet:!1,valueSet:["L2R","R2L"],pdfVersion:1.3},ViewArea:{defaultValue:"CropBox",value:"CropBox",type:"name",explicitSet:!1,valueSet:["MediaBox","CropBox","TrimBox","BleedBox","ArtBox"],pdfVersion:1.4},ViewClip:{defaultValue:"CropBox",value:"CropBox",type:"name",explicitSet:!1,valueSet:["MediaBox","CropBox","TrimBox","BleedBox","ArtBox"],pdfVersion:1.4},PrintArea:{defaultValue:"CropBox",value:"CropBox",type:"name",explicitSet:!1,valueSet:["MediaBox","CropBox","TrimBox","BleedBox","ArtBox"],pdfVersion:1.4},PrintClip:{defaultValue:"CropBox",value:"CropBox",type:"name",explicitSet:!1,valueSet:["MediaBox","CropBox","TrimBox","BleedBox","ArtBox"],pdfVersion:1.4},PrintScaling:{defaultValue:"AppDefault",value:"AppDefault",type:"name",explicitSet:!1,valueSet:["AppDefault","None"],pdfVersion:1.6},Duplex:{defaultValue:"",value:"none",type:"name",explicitSet:!1,valueSet:["Simplex","DuplexFlipShortEdge","DuplexFlipLongEdge","none"],pdfVersion:1.7},PickTrayByPDFSize:{defaultValue:!1,value:!1,type:"boolean",explicitSet:!1,valueSet:[!0,!1],pdfVersion:1.7},PrintPageRange:{defaultValue:"",value:"",type:"array",explicitSet:!1,valueSet:null,pdfVersion:1.7},NumCopies:{defaultValue:1,value:1,type:"integer",explicitSet:!1,valueSet:null,pdfVersion:1.7}},c=Object.keys(s),u=[],h=0,l=0,f=0;function d(t,e){var r,n=!1;for(r=0;r<t.length;r+=1)t[r]===e&&(n=!0);return n}if(void 0===this.internal.viewerpreferences&&(this.internal.viewerpreferences={},this.internal.viewerpreferences.configuration=JSON.parse(JSON.stringify(s)),this.internal.viewerpreferences.isSubscribed=!1),n=this.internal.viewerpreferences.configuration,"reset"===e||!0===r){var p=c.length;for(f=0;f<p;f+=1)n[c[f]].value=n[c[f]].defaultValue,n[c[f]].explicitSet=!1;}if("object"===t(e))for(a in e)if(o=e[a],d(c,a)&&void 0!==o){if("boolean"===n[a].type&&"boolean"==typeof o)n[a].value=o;else if("name"===n[a].type&&d(n[a].valueSet,o))n[a].value=o;else if("integer"===n[a].type&&Number.isInteger(o))n[a].value=o;else if("array"===n[a].type){for(h=0;h<o.length;h+=1)if(i=!0,1===o[h].length&&"number"==typeof o[h][0])u.push(String(o[h]-1));else if(o[h].length>1){for(l=0;l<o[h].length;l+=1)"number"!=typeof o[h][l]&&(i=!1);!0===i&&u.push([o[h][0]-1,o[h][1]-1].join(" "));}n[a].value="["+u.join(" ")+"]";}else n[a].value=n[a].defaultValue;n[a].explicitSet=!0;}return !1===this.internal.viewerpreferences.isSubscribed&&(this.internal.events.subscribe("putCatalog",(function(){var t,e=[];for(t in n)!0===n[t].explicitSet&&("name"===n[t].type?e.push("/"+t+" /"+n[t].value):e.push("/"+t+" "+n[t].value));0!==e.length&&this.internal.write("/ViewerPreferences\n<<\n"+e.join("\n")+"\n>>");})),this.internal.viewerpreferences.isSubscribed=!0),this.internal.viewerpreferences.configuration=n,this},
1509
1509
  /** ====================================================================
1510
1510
  * @license
1511
1511
  * jsPDF XMP metadata plugin
@@ -2261,39 +2261,52 @@ const lineSeparatorChar = "|";
2261
2261
  /**
2262
2262
  * Downloads csv of mailing labels for the provided list of ids
2263
2263
  *
2264
- * @param selectionSetNames Names of the selection sets used to provide ids
2265
- * @param layer Layer providing features and attributes for download
2266
- * @param ids List of ids to download
2264
+ * @param exportInfos Key details about what to export (ids, layer, and selectionSetNames)
2267
2265
  * @param formatUsingLayerPopup When true, the layer's popup is used to choose attributes for each column; when false,
2268
2266
  * all attributes are exported
2269
2267
  * @param removeDuplicates When true a single label is generated when multiple featues have a shared address value
2270
2268
  * @param addColumnTitle Indicates if column headings should be included in output
2271
2269
  * @returns Promise resolving when function is done
2272
2270
  */
2273
- async function downloadCSV(selectionSetNames, layer, ids, formatUsingLayerPopup, removeDuplicates = false, addColumnTitle = false) {
2274
- const labels = await _prepareLabels(layer, ids, removeDuplicates, formatUsingLayerPopup, addColumnTitle);
2275
- exportCSV(_createFilename(selectionSetNames), labels);
2271
+ async function downloadCSV(exportInfos, formatUsingLayerPopup, removeDuplicates = false, addColumnTitle = false) {
2272
+ let labels = await consolidateLabels(exportInfos, formatUsingLayerPopup, addColumnTitle, true);
2273
+ labels = removeDuplicates ? removeDuplicateLabels(labels) : labels;
2274
+ const layerIds = Object.keys(exportInfos);
2275
+ let layerLabels = [];
2276
+ labels.forEach(label => {
2277
+ const id = label[0];
2278
+ // layerIds are stored as value separator at the end of the values for a given layer
2279
+ if (layerIds.indexOf(id) < 0) {
2280
+ layerLabels.push(label);
2281
+ }
2282
+ else {
2283
+ const selectionSetNames = _getSelectionSetNames(exportInfos, new RegExp(`\\b${id}\\b`));
2284
+ // once we see the layerId we have reached the end of it's values and should export
2285
+ exportCSV(_createFilename(selectionSetNames), layerLabels);
2286
+ layerLabels = [];
2287
+ }
2288
+ });
2276
2289
  return Promise.resolve();
2277
2290
  }
2278
2291
  /**
2279
2292
  * Downloads csv of mailing labels for the provided list of ids
2280
2293
  *
2281
- * @param selectionSetNames Names of the selection sets used to provide ids
2282
- * @param layer Layer providing features and attributes for download
2283
- * @param ids List of ids to download
2294
+ * @param exportInfos Key details about what to export (ids, layer, and selectionSetNames)
2284
2295
  * @param labelPageDescription Provides PDF page layout info
2285
2296
  * @param removeDuplicates When true a single label is generated when multiple featues have a shared address value
2286
2297
  * @param title Title for each page
2287
2298
  * @param initialImageDataUrl Data URL of image for first page
2288
2299
  * @returns Promise resolving when function is done
2289
2300
  */
2290
- async function downloadPDF(selectionSetNames, layer, ids, labelPageDescription, removeDuplicates = false, title = "", initialImageDataUrl = "") {
2291
- let labels = await _prepareLabels(layer, ids, removeDuplicates);
2301
+ async function downloadPDF(exportInfos, labelPageDescription, removeDuplicates = false, title = "", initialImageDataUrl = "") {
2302
+ let labels = await consolidateLabels(exportInfos);
2303
+ const selectionSetNames = _getSelectionSetNames(exportInfos);
2292
2304
  labels =
2293
2305
  // Remove empty lines in labels
2294
2306
  labels.map(labelLines => labelLines.filter(line => line.length > 0))
2295
2307
  // Remove empty labels
2296
2308
  .filter(label => label.length > 0);
2309
+ labels = removeDuplicates ? removeDuplicateLabels(labels) : labels;
2297
2310
  exportPDF(_createFilename(selectionSetNames), labels, labelPageDescription, title, initialImageDataUrl);
2298
2311
  return Promise.resolve();
2299
2312
  }
@@ -2510,13 +2523,12 @@ function _prepareAttributeValue(attributeValue, attributeType, attributeDomain,
2510
2523
  *
2511
2524
  * @param layer Layer from which to fetch features
2512
2525
  * @param ids List of ids to download
2513
- * @param removeDuplicates When true a single label is generated when multiple featues have a shared address value
2514
2526
  * @param formatUsingLayerPopup When true, the layer's popup is used to choose attributes for each column; when false,
2515
2527
  * all attributes are exported
2516
2528
  * @param includeHeaderNames Add the label format at the front of the list of generated labels
2517
2529
  * @returns Promise resolving when function is done
2518
2530
  */
2519
- async function _prepareLabels(layer, ids, removeDuplicates = true, formatUsingLayerPopup = true, includeHeaderNames = false) {
2531
+ async function _prepareLabels(layer, ids, formatUsingLayerPopup = true, includeHeaderNames = false) {
2520
2532
  var _a, _b, _c, _d, _e, _f;
2521
2533
  const [intl] = await loadModules(["esri/intl"]);
2522
2534
  // Get the features to export
@@ -2641,12 +2653,6 @@ async function _prepareLabels(layer, ids, removeDuplicates = true, formatUsingLa
2641
2653
  });
2642
2654
  });
2643
2655
  }
2644
- // Remove duplicates
2645
- if (removeDuplicates) {
2646
- const labelsAsStrings = labels.map(label => JSON.stringify(label));
2647
- const uniqueLabels = new Set(labelsAsStrings);
2648
- labels = Array.from(uniqueLabels, labelString => JSON.parse(labelString));
2649
- }
2650
2656
  // Add header names
2651
2657
  if (includeHeaderNames) {
2652
2658
  let headerNames = [];
@@ -2663,6 +2669,55 @@ async function _prepareLabels(layer, ids, removeDuplicates = true, formatUsingLa
2663
2669
  }
2664
2670
  return Promise.resolve(labels);
2665
2671
  }
2672
+ /**
2673
+ * Remove any duplicate labels
2674
+ *
2675
+ * @param labels Labels to evaluate for duplicates
2676
+ * @returns labels with duplicates removed
2677
+ */
2678
+ function removeDuplicateLabels(labels) {
2679
+ const labelsAsStrings = labels.map(label => JSON.stringify(label));
2680
+ const uniqueLabels = new Set(labelsAsStrings);
2681
+ return Array.from(uniqueLabels, labelString => JSON.parse(labelString));
2682
+ }
2683
+ /**
2684
+ * Extract selectionSetNames from the provided exportInfos
2685
+ *
2686
+ * @param exportInfos Key details about what to export (ids, layer, and selectionSetNames)
2687
+ * @returns selectionSetNames that will be used for export filenames
2688
+ */
2689
+ function _getSelectionSetNames(exportInfos, id = /.+/) {
2690
+ let selectionSetNames = [];
2691
+ Object.keys(exportInfos).forEach(k => {
2692
+ const exportInfo = exportInfos[k];
2693
+ if (id.test(k)) {
2694
+ selectionSetNames = selectionSetNames.concat(exportInfo.selectionSetNames);
2695
+ }
2696
+ });
2697
+ return selectionSetNames;
2698
+ }
2699
+ /**
2700
+ * Create and consolidate labels from all layers
2701
+ *
2702
+ * @param exportInfos Key details about what to export (ids, layer, and selectionSetNames)
2703
+ * @param formatUsingLayerPopup When true, the layer's popup is used to choose attributes for each column; when false,
2704
+ * all attributes are exported
2705
+ * @param includeHeaderNames Add the label format at the front of the list of generated labels
2706
+ * @returns selectionSetNames that will be used for export filenames
2707
+ */
2708
+ async function consolidateLabels(exportInfos, formatUsingLayerPopup = true, includeHeaderNames = false, isCSVExport = false) {
2709
+ const labelRequests = [];
2710
+ Object.keys(exportInfos).forEach(k => {
2711
+ const labelInfo = exportInfos[k];
2712
+ labelRequests.push(_prepareLabels(labelInfo.layerView.layer, labelInfo.ids, formatUsingLayerPopup, includeHeaderNames));
2713
+ if (isCSVExport) {
2714
+ // add the layer id as a temp value separator that we can use to split values for CSV export
2715
+ labelRequests.push(Promise.resolve([[k]]));
2716
+ }
2717
+ });
2718
+ const labels = await Promise.all(labelRequests);
2719
+ return labels.reduce((prev, cur) => prev.concat(cur), []);
2720
+ }
2666
2721
  //#endregion
2667
2722
 
2668
- export { _typeof_1 as _, downloadPDF as a, downloadCSV as d };
2723
+ export { _typeof_1 as _, downloadPDF as a, consolidateLabels as c, downloadCSV as d, removeDuplicateLabels as r };
@@ -4,11 +4,11 @@
4
4
  * http://www.apache.org/licenses/LICENSE-2.0
5
5
  */
6
6
  import { a as commonjsGlobal, c as createCommonjsModule, g as getDefaultExportFromCjs } from './_commonjsHelpers-d5f9d613.js';
7
- import { _ as _typeof_1 } from './downloadUtils-2ebeb46d.js';
7
+ import { _ as _typeof_1 } from './downloadUtils-a447bab1.js';
8
8
  import './index-d298aca9.js';
9
9
  import './loadModules-cd3569de.js';
10
10
  import './locale-54cac39a.js';
11
- import './mapViewUtils-ebbd4733.js';
11
+ import './mapViewUtils-27dfdc29.js';
12
12
  import './interfaces-523c6558.js';
13
13
 
14
14
  var check = function (it) {
@@ -6,8 +6,8 @@
6
6
  import { r as registerInstance, h, H as Host, g as getElement, c as createEvent } from './index-d298aca9.js';
7
7
  import { l as loadModules } from './loadModules-cd3569de.js';
8
8
  import { g as getLocaleComponentStrings } from './locale-54cac39a.js';
9
- import { i as getMapLayerIds, b as getMapLayerView, g as goToSelection, j as queryAllFeatures } from './mapViewUtils-ebbd4733.js';
10
- import { d as downloadCSV } from './downloadUtils-2ebeb46d.js';
9
+ import { i as getMapLayerIds, c as getMapLayerView, g as goToSelection, j as queryAllFeatures } from './mapViewUtils-27dfdc29.js';
10
+ import { d as downloadCSV } from './downloadUtils-a447bab1.js';
11
11
  import { g as EExpandType } from './interfaces-523c6558.js';
12
12
  import './_commonjsHelpers-d5f9d613.js';
13
13
 
@@ -173,8 +173,13 @@ const LayerTable = class {
173
173
  * @returns a promise that will resolve when the operation is complete
174
174
  */
175
175
  _exportToCSV() {
176
- void downloadCSV([], this._layerView.layer, this._getSelectedIds(), false, // formatUsingLayerPopup
177
- false, // removeDuplicates
176
+ const exportInfos = {};
177
+ exportInfos[this._layerView.layer.id] = {
178
+ selectionSetNames: [],
179
+ ids: this._getSelectedIds(),
180
+ layerView: this._layerView
181
+ };
182
+ void downloadCSV(exportInfos, false, // formatUsingLayerPopup
178
183
  true);
179
184
  }
180
185
  /**
@@ -19,7 +19,7 @@ const defineCustomElements = (win, options) => {
19
19
  if (typeof window === 'undefined') return Promise.resolve();
20
20
  return patchEsm().then(() => {
21
21
  globalScripts();
22
- return bootstrapLazy(JSON.parse("[[\"public-notification\",[[0,\"public-notification\",{\"addresseeLayerIds\":[16],\"bufferColor\":[8,\"buffer-color\"],\"bufferOutlineColor\":[8,\"buffer-outline-color\"],\"customLabelEnabled\":[4,\"custom-label-enabled\"],\"defaultBufferDistance\":[2,\"default-buffer-distance\"],\"defaultBufferUnit\":[1,\"default-buffer-unit\"],\"featureEffect\":[16],\"featureHighlightEnabled\":[4,\"feature-highlight-enabled\"],\"mapView\":[16],\"noResultText\":[1,\"no-result-text\"],\"searchConfiguration\":[1040],\"selectionLayerIds\":[16],\"showRefineSelection\":[4,\"show-refine-selection\"],\"showSearchSettings\":[4,\"show-search-settings\"],\"sketchLineSymbol\":[8,\"sketch-line-symbol\"],\"sketchPointSymbol\":[8,\"sketch-point-symbol\"],\"sketchPolygonSymbol\":[8,\"sketch-polygon-symbol\"],\"_addMap\":[32],\"_addTitle\":[32],\"_downloadActive\":[32],\"_exportType\":[32],\"_pageType\":[32],\"_saveEnabled\":[32],\"_selectionSets\":[32],\"_translations\":[32]},[[8,\"selectionSetsChanged\",\"selectionSetsChanged\"]]]]],[\"solution-configuration\",[[0,\"solution-configuration\",{\"authentication\":[1040],\"serializedAuthentication\":[1025,\"serialized-authentication\"],\"solutionItemId\":[1537,\"solution-item-id\"],\"showLoading\":[1540,\"show-loading\"],\"_currentEditItemId\":[32],\"_organizationVariables\":[32],\"_solutionContentsComponent\":[32],\"_solutionIsLoaded\":[32],\"_solutionVariables\":[32],\"_templateHierarchy\":[32],\"_translations\":[32],\"_treeOpen\":[32],\"getSpatialReferenceInfo\":[64],\"saveSolution\":[64],\"unloadSolution\":[64]},[[8,\"solutionItemSelected\",\"_solutionItemSelected\"]]]]],[\"crowdsource-manager\",[[0,\"crowdsource-manager\",{\"mapInfos\":[16],\"_translations\":[32],\"_layoutMode\":[32],\"_mapView\":[32],\"_panelOpen\":[32]},[[8,\"mapChanged\",\"mapChanged\"]]]]],[\"calcite-color-picker\",[[17,\"calcite-color-picker\",{\"allowEmpty\":[516,\"allow-empty\"],\"color\":[1040],\"disabled\":[516],\"format\":[513],\"hideHex\":[516,\"hide-hex\"],\"hideChannels\":[516,\"hide-channels\"],\"hideSaved\":[516,\"hide-saved\"],\"scale\":[513],\"storageId\":[513,\"storage-id\"],\"messageOverrides\":[1040],\"numberingSystem\":[513,\"numbering-system\"],\"value\":[1025],\"messages\":[1040],\"defaultMessages\":[32],\"colorFieldAndSliderInteractive\":[32],\"channelMode\":[32],\"channels\":[32],\"dimensions\":[32],\"effectiveLocale\":[32],\"savedColors\":[32],\"colorFieldScopeTop\":[32],\"colorFieldScopeLeft\":[32],\"scopeOrientation\":[32],\"hueScopeLeft\":[32],\"hueScopeTop\":[32],\"setFocus\":[64]},[[2,\"keydown\",\"handleChannelKeyUpOrDown\"],[2,\"keyup\",\"handleChannelKeyUpOrDown\"]]]]],[\"add-record-modal\",[[1,\"add-record-modal\",{\"open\":[1028],\"_translations\":[32]}]]],[\"calcite-flow-item\",[[1,\"calcite-flow-item\",{\"closable\":[516],\"closed\":[516],\"beforeBack\":[16],\"description\":[1],\"disabled\":[516],\"heading\":[1],\"headingLevel\":[514,\"heading-level\"],\"loading\":[516],\"menuOpen\":[516,\"menu-open\"],\"messageOverrides\":[1040],\"messages\":[1040],\"showBackButton\":[4,\"show-back-button\"],\"backButtonEl\":[32],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"setFocus\":[64],\"scrollContentTo\":[64]}]]],[\"calcite-input-date-picker\",[[17,\"calcite-input-date-picker\",{\"disabled\":[516],\"form\":[513],\"readOnly\":[516,\"read-only\"],\"value\":[1025],\"flipPlacements\":[16],\"headingLevel\":[514,\"heading-level\"],\"valueAsDate\":[1040],\"minAsDate\":[1040],\"maxAsDate\":[1040],\"min\":[1],\"max\":[1],\"open\":[1540],\"name\":[513],\"numberingSystem\":[513,\"numbering-system\"],\"scale\":[513],\"placement\":[513],\"range\":[516],\"required\":[516],\"overlayPositioning\":[513,\"overlay-positioning\"],\"proximitySelectionDisabled\":[4,\"proximity-selection-disabled\"],\"layout\":[513],\"messageOverrides\":[1040],\"datePickerActiveDate\":[32],\"effectiveLocale\":[32],\"focusedInput\":[32],\"globalAttributes\":[32],\"localeData\":[32],\"setFocus\":[64],\"reposition\":[64]},[[0,\"calciteDaySelect\",\"calciteDaySelectHandler\"]]]]],[\"calcite-input-time-picker\",[[17,\"calcite-input-time-picker\",{\"open\":[1540],\"disabled\":[516],\"form\":[513],\"readOnly\":[516,\"read-only\"],\"messagesOverrides\":[16],\"name\":[1],\"numberingSystem\":[1,\"numbering-system\"],\"required\":[516],\"scale\":[513],\"overlayPositioning\":[1,\"overlay-positioning\"],\"placement\":[513],\"step\":[2],\"value\":[1025],\"effectiveLocale\":[32],\"localizedValue\":[32],\"setFocus\":[64],\"reposition\":[64]},[[0,\"click\",\"clickHandler\"],[0,\"calciteInternalTimePickerBlur\",\"timePickerBlurHandler\"],[0,\"calciteInternalTimePickerFocus\",\"timePickerFocusHandler\"]]]]],[\"calcite-action-pad\",[[17,\"calcite-action-pad\",{\"expandDisabled\":[516,\"expand-disabled\"],\"expanded\":[1540],\"layout\":[513],\"position\":[513],\"scale\":[513],\"messages\":[1040],\"messageOverrides\":[1040],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"setFocus\":[64]}]]],[\"card-manager\",[[1,\"card-manager\",{\"_translations\":[32]}]]],[\"calcite-card\",[[1,\"calcite-card\",{\"loading\":[516],\"selected\":[1540],\"selectable\":[516],\"thumbnailPosition\":[513,\"thumbnail-position\"],\"messages\":[1040],\"messageOverrides\":[1040],\"effectiveLocale\":[32],\"defaultMessages\":[32]}]]],[\"calcite-fab\",[[1,\"calcite-fab\",{\"appearance\":[513],\"kind\":[513],\"disabled\":[516],\"icon\":[513],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"label\":[1],\"loading\":[516],\"scale\":[513],\"text\":[1],\"textEnabled\":[516,\"text-enabled\"],\"setFocus\":[64]}]]],[\"calcite-inline-editable\",[[17,\"calcite-inline-editable\",{\"disabled\":[516],\"editingEnabled\":[1540,\"editing-enabled\"],\"loading\":[1540],\"controls\":[516],\"scale\":[1537],\"afterConfirm\":[16],\"messages\":[1040],\"messageOverrides\":[1040],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"setFocus\":[64]},[[0,\"calciteInternalInputBlur\",\"blurHandler\"]]]]],[\"calcite-tile-select\",[[1,\"calcite-tile-select\",{\"checked\":[1540],\"description\":[513],\"disabled\":[516],\"heading\":[513],\"hidden\":[516],\"icon\":[513],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"name\":[520],\"inputEnabled\":[516,\"input-enabled\"],\"inputAlignment\":[513,\"input-alignment\"],\"type\":[513],\"value\":[8],\"width\":[513],\"focused\":[32],\"setFocus\":[64]},[[0,\"calciteCheckboxChange\",\"checkboxChangeHandler\"],[0,\"calciteInternalCheckboxFocus\",\"checkboxFocusBlurHandler\"],[0,\"calciteInternalCheckboxBlur\",\"checkboxFocusBlurHandler\"],[0,\"calciteRadioButtonChange\",\"radioButtonChangeHandler\"],[0,\"calciteInternalRadioButtonCheckedChange\",\"radioButtonCheckedChangeHandler\"],[0,\"calciteInternalRadioButtonFocus\",\"radioButtonFocusBlurHandler\"],[0,\"calciteInternalRadioButtonBlur\",\"radioButtonFocusBlurHandler\"],[0,\"click\",\"clickHandler\"],[1,\"pointerenter\",\"pointerEnterHandler\"],[1,\"pointerleave\",\"pointerLeaveHandler\"]]]]],[\"calcite-tip\",[[1,\"calcite-tip\",{\"closed\":[1540],\"closeDisabled\":[516,\"close-disabled\"],\"heading\":[1],\"headingLevel\":[514,\"heading-level\"],\"selected\":[516],\"messages\":[1040],\"messageOverrides\":[1040],\"defaultMessages\":[32],\"effectiveLocale\":[32]}]]],[\"calcite-tip-manager\",[[1,\"calcite-tip-manager\",{\"closed\":[1540],\"headingLevel\":[514,\"heading-level\"],\"messages\":[1040],\"messageOverrides\":[1040],\"selectedIndex\":[32],\"tips\":[32],\"total\":[32],\"direction\":[32],\"groupTitle\":[32],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"nextTip\":[64],\"previousTip\":[64]}]]],[\"calcite-alert\",[[1,\"calcite-alert\",{\"open\":[1540],\"autoClose\":[516,\"auto-close\"],\"autoCloseDuration\":[513,\"auto-close-duration\"],\"kind\":[513],\"icon\":[520],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"label\":[1],\"numberingSystem\":[513,\"numbering-system\"],\"placement\":[513],\"scale\":[513],\"messages\":[1040],\"messageOverrides\":[1040],\"slottedInShell\":[1028,\"slotted-in-shell\"],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"hasEndActions\":[32],\"queue\":[32],\"queueLength\":[32],\"queued\":[32],\"requestedIcon\":[32],\"setFocus\":[64]},[[8,\"calciteInternalAlertSync\",\"alertSync\"],[8,\"calciteInternalAlertRegister\",\"alertRegister\"]]]]],[\"calcite-block-section\",[[1,\"calcite-block-section\",{\"open\":[1540],\"status\":[513],\"text\":[1],\"toggleDisplay\":[513,\"toggle-display\"],\"messages\":[1040],\"messageOverrides\":[1040],\"effectiveLocale\":[32],\"defaultMessages\":[32]}]]],[\"calcite-input-number\",[[1,\"calcite-input-number\",{\"alignment\":[513],\"autofocus\":[516],\"clearable\":[516],\"disabled\":[516],\"form\":[513],\"groupSeparator\":[516,\"group-separator\"],\"hidden\":[516],\"icon\":[520],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"label\":[1],\"loading\":[516],\"numberingSystem\":[513,\"numbering-system\"],\"localeFormat\":[4,\"locale-format\"],\"max\":[514],\"min\":[514],\"maxLength\":[514,\"max-length\"],\"minLength\":[514,\"min-length\"],\"name\":[513],\"numberButtonType\":[513,\"number-button-type\"],\"placeholder\":[1],\"prefixText\":[1,\"prefix-text\"],\"readOnly\":[516,\"read-only\"],\"required\":[516],\"scale\":[1537],\"status\":[513],\"step\":[520],\"autocomplete\":[1],\"inputMode\":[1,\"input-mode\"],\"enterKeyHint\":[1,\"enter-key-hint\"],\"suffixText\":[1,\"suffix-text\"],\"editingEnabled\":[1540,\"editing-enabled\"],\"value\":[1025],\"messages\":[1040],\"messageOverrides\":[1040],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"localizedValue\":[32],\"slottedActionElDisabledInternally\":[32],\"setFocus\":[64],\"selectText\":[64]}]]],[\"calcite-rating\",[[1,\"calcite-rating\",{\"average\":[514],\"count\":[514],\"disabled\":[516],\"form\":[513],\"messages\":[1040],\"messageOverrides\":[1040],\"name\":[513],\"readOnly\":[516,\"read-only\"],\"required\":[516],\"scale\":[513],\"showChip\":[516,\"show-chip\"],\"value\":[1538],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"hoverValue\":[32],\"focusValue\":[32],\"hasFocus\":[32],\"setFocus\":[64]}]]],[\"calcite-accordion-item\",[[1,\"calcite-accordion-item\",{\"expanded\":[1540],\"heading\":[1],\"description\":[1],\"iconStart\":[513,\"icon-start\"],\"iconEnd\":[513,\"icon-end\"],\"iconFlipRtl\":[513,\"icon-flip-rtl\"]},[[0,\"keydown\",\"keyDownHandler\"],[16,\"calciteInternalAccordionChange\",\"updateActiveItemOnChange\"]]]]],[\"calcite-avatar\",[[1,\"calcite-avatar\",{\"scale\":[513],\"thumbnail\":[513],\"fullName\":[513,\"full-name\"],\"username\":[513],\"userId\":[513,\"user-id\"],\"thumbnailFailedToLoad\":[32]}]]],[\"calcite-pagination\",[[17,\"calcite-pagination\",{\"groupSeparator\":[516,\"group-separator\"],\"messageOverrides\":[1040],\"pageSize\":[514,\"page-size\"],\"numberingSystem\":[1,\"numbering-system\"],\"startItem\":[1538,\"start-item\"],\"totalItems\":[514,\"total-items\"],\"scale\":[513],\"messages\":[1040],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"setFocus\":[64],\"nextPage\":[64],\"previousPage\":[64]}]]],[\"calcite-stepper-item\",[[1,\"calcite-stepper-item\",{\"selected\":[1540],\"complete\":[516],\"error\":[516],\"disabled\":[516],\"heading\":[1],\"description\":[1],\"layout\":[1537],\"icon\":[1028],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"numbered\":[1028],\"scale\":[1537],\"effectiveLocale\":[32],\"setFocus\":[64]},[[16,\"calciteInternalStepperItemChange\",\"updateActiveItemOnChange\"]]]]],[\"calcite-accordion\",[[1,\"calcite-accordion\",{\"appearance\":[513],\"iconPosition\":[513,\"icon-position\"],\"iconType\":[513,\"icon-type\"],\"scale\":[513],\"selectionMode\":[513,\"selection-mode\"]},[[0,\"calciteInternalAccordionItemRegister\",\"registerCalciteAccordionItem\"],[0,\"calciteInternalAccordionItemSelect\",\"updateActiveItemOnChange\"]]]]],[\"calcite-combobox-item-group\",[[1,\"calcite-combobox-item-group\",{\"ancestors\":[1040],\"label\":[1]}]]],[\"calcite-flow\",[[1,\"calcite-flow\",{\"flowDirection\":[32],\"itemCount\":[32],\"items\":[32],\"back\":[64]},[[0,\"calciteFlowItemBack\",\"handleItemBackClick\"]]]]],[\"calcite-list-item-group\",[[1,\"calcite-list-item-group\",{\"disabled\":[516],\"heading\":[513],\"visualLevel\":[32]}]]],[\"calcite-option-group\",[[1,\"calcite-option-group\",{\"disabled\":[516],\"label\":[1]}]]],[\"calcite-pick-list-group\",[[1,\"calcite-pick-list-group\",{\"groupTitle\":[513,\"group-title\"],\"headingLevel\":[514,\"heading-level\"]}]]],[\"calcite-radio-button\",[[1,\"calcite-radio-button\",{\"checked\":[1540],\"disabled\":[516],\"focused\":[1540],\"form\":[513],\"guid\":[1537],\"hidden\":[516],\"hovered\":[1540],\"label\":[1],\"name\":[513],\"required\":[516],\"scale\":[513],\"value\":[1032],\"setFocus\":[64],\"emitCheckedChange\":[64]},[[1,\"pointerenter\",\"mouseenter\"],[1,\"pointerleave\",\"mouseleave\"]]]]],[\"calcite-radio-button-group\",[[17,\"calcite-radio-button-group\",{\"disabled\":[516],\"hidden\":[516],\"layout\":[513],\"name\":[513],\"required\":[516],\"selectedItem\":[1040],\"scale\":[513]},[[0,\"calciteRadioButtonChange\",\"radioButtonChangeHandler\"]]]]],[\"calcite-shell-center-row\",[[1,\"calcite-shell-center-row\",{\"detached\":[516],\"heightScale\":[513,\"height-scale\"],\"position\":[513]}]]],[\"calcite-sortable-list\",[[1,\"calcite-sortable-list\",{\"dragSelector\":[513,\"drag-selector\"],\"group\":[513],\"handleSelector\":[513,\"handle-selector\"],\"layout\":[513],\"disabled\":[516],\"loading\":[516],\"handleActivated\":[32]},[[0,\"calciteHandleNudge\",\"calciteHandleNudgeNextHandler\"]]]]],[\"calcite-stepper\",[[1,\"calcite-stepper\",{\"icon\":[516],\"layout\":[513],\"numbered\":[516],\"numberingSystem\":[513,\"numbering-system\"],\"selectedItem\":[1040],\"scale\":[513],\"nextStep\":[64],\"prevStep\":[64],\"goToStep\":[64],\"startStep\":[64],\"endStep\":[64]},[[0,\"calciteInternalStepperItemKeyEvent\",\"calciteInternalStepperItemKeyEvent\"],[0,\"calciteInternalStepperItemRegister\",\"registerItem\"],[0,\"calciteInternalStepperItemSelect\",\"updateItem\"],[0,\"calciteInternalUserRequestedStepperItemSelect\",\"handleUserRequestedStepperItemSelect\"]]]]],[\"calcite-text-area\",[[1,\"calcite-text-area\",{\"autofocus\":[516],\"columns\":[514],\"disabled\":[516],\"form\":[513],\"groupSeparator\":[516,\"group-separator\"],\"label\":[1],\"maxLength\":[514,\"max-length\"],\"messages\":[1040],\"name\":[513],\"numberingSystem\":[1,\"numbering-system\"],\"placeholder\":[1],\"readOnly\":[516,\"read-only\"],\"required\":[516],\"resize\":[513],\"rows\":[514],\"scale\":[513],\"value\":[1025],\"wrap\":[513],\"messageOverrides\":[1040],\"defaultMessages\":[32],\"endSlotHasElements\":[32],\"startSlotHasElements\":[32],\"effectiveLocale\":[32],\"setFocus\":[64],\"selectText\":[64]}]]],[\"calcite-tile-select-group\",[[1,\"calcite-tile-select-group\",{\"disabled\":[516],\"layout\":[513]}]]],[\"calcite-tip-group\",[[1,\"calcite-tip-group\",{\"groupTitle\":[1,\"group-title\"]}]]],[\"comment-card\",[[1,\"comment-card\"]]],[\"crowdsource-reporter\",[[1,\"crowdsource-reporter\"]]],[\"list-item\",[[1,\"list-item\"]]],[\"map-search\",[[0,\"map-search\",{\"mapView\":[16],\"searchConfiguration\":[1040],\"_searchTerm\":[32],\"_translations\":[32],\"clear\":[64]}]]],[\"deduct-calculator\",[[1,\"deduct-calculator\"]]],[\"pci-calculator\",[[1,\"pci-calculator\",{\"showAddDeduct\":[32]}]]],[\"store-manager\",[[0,\"store-manager\",{\"value\":[1537],\"templates\":[1040],\"authentication\":[1040]}]]],[\"calcite-color-picker-hex-input\",[[1,\"calcite-color-picker-hex-input\",{\"hexLabel\":[1,\"hex-label\"],\"allowEmpty\":[4,\"allow-empty\"],\"scale\":[513],\"value\":[1537],\"numberingSystem\":[1,\"numbering-system\"],\"internalColor\":[32],\"setFocus\":[64]},[[2,\"keydown\",\"onInputKeyDown\"]]]]],[\"calcite-date-picker\",[[17,\"calcite-date-picker\",{\"activeDate\":[1040],\"activeRange\":[513,\"active-range\"],\"value\":[1025],\"headingLevel\":[514,\"heading-level\"],\"valueAsDate\":[1040],\"minAsDate\":[1040],\"maxAsDate\":[1040],\"min\":[513],\"max\":[513],\"numberingSystem\":[513,\"numbering-system\"],\"scale\":[513],\"range\":[516],\"proximitySelectionDisabled\":[516,\"proximity-selection-disabled\"],\"messageOverrides\":[1040],\"messages\":[1040],\"activeStartDate\":[32],\"activeEndDate\":[32],\"startAsDate\":[32],\"endAsDate\":[32],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"localeData\":[32],\"hoverRange\":[32],\"setFocus\":[64]}]]],[\"calcite-tile\",[[1,\"calcite-tile\",{\"active\":[516],\"description\":[513],\"disabled\":[516],\"embed\":[516],\"focused\":[516],\"heading\":[513],\"hidden\":[516],\"href\":[513],\"icon\":[513],\"iconFlipRtl\":[516,\"icon-flip-rtl\"]}]]],[\"calcite-time-picker\",[[17,\"calcite-time-picker\",{\"scale\":[513],\"step\":[514],\"numberingSystem\":[1,\"numbering-system\"],\"value\":[1025],\"messages\":[1040],\"messageOverrides\":[1040],\"effectiveLocale\":[32],\"hour\":[32],\"hourCycle\":[32],\"localizedHour\":[32],\"localizedHourSuffix\":[32],\"localizedMeridiem\":[32],\"localizedMinute\":[32],\"localizedMinuteSuffix\":[32],\"localizedSecond\":[32],\"localizedSecondSuffix\":[32],\"meridiem\":[32],\"minute\":[32],\"second\":[32],\"showSecond\":[32],\"defaultMessages\":[32],\"setFocus\":[64]},[[0,\"blur\",\"hostBlurHandler\"],[0,\"focus\",\"hostFocusHandler\"],[0,\"keydown\",\"keyDownHandler\"]]]]],[\"calcite-label\",[[1,\"calcite-label\",{\"alignment\":[513],\"for\":[513],\"scale\":[513],\"layout\":[513]}]]],[\"calcite-icon\",[[1,\"calcite-icon\",{\"icon\":[513],\"flipRtl\":[516,\"flip-rtl\"],\"scale\":[513],\"textLabel\":[1,\"text-label\"],\"pathData\":[32],\"visible\":[32]}]]],[\"layer-table_2\",[[0,\"layer-table\",{\"mapView\":[16],\"_layerView\":[32],\"_selectedIndexes\":[32],\"_translations\":[32]}],[0,\"map-card\",{\"mapInfos\":[16],\"mapView\":[16],\"_mapListExpanded\":[32],\"_translations\":[32],\"_webMapId\":[32]}]]],[\"info-card_2\",[[1,\"media-card\",{\"values\":[16],\"_index\":[32],\"_translations\":[32]}],[1,\"info-card\",{\"cardTitle\":[1,\"card-title\"],\"values\":[16]}]]],[\"calcite-link\",[[1,\"calcite-link\",{\"disabled\":[516],\"download\":[520],\"href\":[513],\"iconEnd\":[513,\"icon-end\"],\"iconFlipRtl\":[513,\"icon-flip-rtl\"],\"iconStart\":[513,\"icon-start\"],\"rel\":[1],\"target\":[1],\"setFocus\":[64]},[[0,\"click\",\"clickHandler\"]]]]],[\"calcite-color-picker-swatch\",[[1,\"calcite-color-picker-swatch\",{\"active\":[516],\"color\":[1],\"scale\":[513]}]]],[\"calcite-action_2\",[[1,\"calcite-action\",{\"active\":[516],\"alignment\":[513],\"appearance\":[513],\"compact\":[516],\"disabled\":[516],\"icon\":[1],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"indicator\":[516],\"label\":[1],\"loading\":[516],\"scale\":[513],\"text\":[1],\"textEnabled\":[516,\"text-enabled\"],\"messages\":[1040],\"messageOverrides\":[1040],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"setFocus\":[64]}],[1,\"calcite-loader\",{\"inline\":[516],\"label\":[1],\"scale\":[513],\"type\":[513],\"value\":[2],\"text\":[1]}]]],[\"calcite-pick-list-item\",[[1,\"calcite-pick-list-item\",{\"description\":[513],\"disabled\":[516],\"deselectDisabled\":[516,\"deselect-disabled\"],\"nonInteractive\":[516,\"non-interactive\"],\"icon\":[513],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"label\":[513],\"messageOverrides\":[1040],\"messages\":[1040],\"metadata\":[16],\"removable\":[516],\"selected\":[1540],\"value\":[8],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"toggleSelected\":[64],\"setFocus\":[64]}]]],[\"calcite-switch\",[[1,\"calcite-switch\",{\"disabled\":[516],\"form\":[513],\"label\":[1],\"name\":[513],\"scale\":[513],\"checked\":[1540],\"value\":[8],\"setFocus\":[64]}]]],[\"calcite-checkbox\",[[1,\"calcite-checkbox\",{\"checked\":[1540],\"disabled\":[516],\"form\":[513],\"guid\":[1537],\"hovered\":[516],\"indeterminate\":[1540],\"label\":[1],\"name\":[520],\"required\":[516],\"scale\":[513],\"value\":[8],\"setFocus\":[64]}]]],[\"calcite-scrim\",[[1,\"calcite-scrim\",{\"loading\":[516],\"messages\":[1040],\"messageOverrides\":[1040],\"defaultMessages\":[32],\"effectiveLocale\":[32]}]]],[\"calcite-button\",[[1,\"calcite-button\",{\"alignment\":[513],\"appearance\":[513],\"label\":[1],\"kind\":[513],\"disabled\":[516],\"form\":[513],\"href\":[513],\"iconEnd\":[513,\"icon-end\"],\"iconFlipRtl\":[513,\"icon-flip-rtl\"],\"iconStart\":[513,\"icon-start\"],\"loading\":[516],\"name\":[513],\"rel\":[513],\"round\":[516],\"scale\":[513],\"splitChild\":[520,\"split-child\"],\"target\":[513],\"type\":[513],\"width\":[513],\"messages\":[1040],\"messageOverrides\":[1040],\"hasContent\":[32],\"hasLoader\":[32],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"setFocus\":[64]}]]],[\"calcite-action-menu_2\",[[1,\"calcite-action-menu\",{\"expanded\":[516],\"flipPlacements\":[16],\"label\":[1],\"open\":[1540],\"overlayPositioning\":[513,\"overlay-positioning\"],\"placement\":[513],\"scale\":[513],\"menuButtonEl\":[32],\"activeMenuItemIndex\":[32],\"setFocus\":[64]},[[9,\"pointerdown\",\"closeCalciteActionMenuOnClick\"]]],[1,\"calcite-popover\",{\"autoClose\":[516,\"auto-close\"],\"closable\":[516],\"flipDisabled\":[516,\"flip-disabled\"],\"focusTrapDisabled\":[516,\"focus-trap-disabled\"],\"pointerDisabled\":[516,\"pointer-disabled\"],\"flipPlacements\":[16],\"heading\":[1],\"headingLevel\":[514,\"heading-level\"],\"label\":[1],\"messageOverrides\":[1040],\"messages\":[1040],\"offsetDistance\":[514,\"offset-distance\"],\"offsetSkidding\":[514,\"offset-skidding\"],\"open\":[1540],\"overlayPositioning\":[513,\"overlay-positioning\"],\"placement\":[513],\"referenceElement\":[1,\"reference-element\"],\"scale\":[513],\"triggerDisabled\":[516,\"trigger-disabled\"],\"effectiveLocale\":[32],\"effectiveReferenceElement\":[32],\"defaultMessages\":[32],\"reposition\":[64],\"setFocus\":[64],\"updateFocusTrapElements\":[64]}]]],[\"solution-contents_3\",[[0,\"solution-item\",{\"authentication\":[1040],\"itemId\":[1537,\"item-id\"],\"solutionVariables\":[1537,\"solution-variables\"],\"organizationVariables\":[1537,\"organization-variables\"],\"itemType\":[32],\"_translations\":[32]}],[0,\"solution-spatial-ref\",{\"defaultWkid\":[1538,\"default-wkid\"],\"locked\":[1540],\"value\":[1537],\"services\":[1040],\"loaded\":[32],\"spatialRef\":[32],\"_srSearchText\":[32],\"_translations\":[32],\"createSpatialRefDisplay\":[64],\"getSpatialRef\":[64],\"wkidToDisplay\":[64]}],[0,\"solution-contents\",{\"selectedItemId\":[1537,\"selected-item-id\"],\"templateHierarchy\":[1040]}]]],[\"calcite-modal\",[[1,\"calcite-modal\",{\"open\":[1540],\"beforeClose\":[16],\"closeButtonDisabled\":[516,\"close-button-disabled\"],\"focusTrapDisabled\":[516,\"focus-trap-disabled\"],\"outsideCloseDisabled\":[516,\"outside-close-disabled\"],\"docked\":[516],\"escapeDisabled\":[516,\"escape-disabled\"],\"scale\":[513],\"width\":[513],\"fullscreen\":[516],\"kind\":[513],\"messages\":[1040],\"messageOverrides\":[1040],\"slottedInShell\":[1028,\"slotted-in-shell\"],\"cssWidth\":[32],\"cssHeight\":[32],\"hasFooter\":[32],\"hasContentTop\":[32],\"hasContentBottom\":[32],\"isOpen\":[32],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"setFocus\":[64],\"updateFocusTrapElements\":[64],\"scrollContent\":[64]},[[8,\"keydown\",\"handleEscape\"]]]]],[\"calcite-graph\",[[1,\"calcite-graph\",{\"data\":[16],\"colorStops\":[16],\"highlightMin\":[2,\"highlight-min\"],\"highlightMax\":[2,\"highlight-max\"],\"min\":[514],\"max\":[514]}]]],[\"calcite-tooltip\",[[1,\"calcite-tooltip\",{\"closeOnClick\":[516,\"close-on-click\"],\"label\":[1],\"offsetDistance\":[514,\"offset-distance\"],\"offsetSkidding\":[514,\"offset-skidding\"],\"open\":[516],\"overlayPositioning\":[513,\"overlay-positioning\"],\"placement\":[513],\"referenceElement\":[1,\"reference-element\"],\"effectiveReferenceElement\":[32],\"reposition\":[64]}]]],[\"calcite-chip\",[[1,\"calcite-chip\",{\"appearance\":[513],\"kind\":[513],\"closable\":[516],\"icon\":[513],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"scale\":[513],\"value\":[8],\"closed\":[1540],\"messageOverrides\":[1040],\"messages\":[1040],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"hasContent\":[32],\"hasImage\":[32],\"setFocus\":[64]}]]],[\"buffer-tools_4\",[[1,\"buffer-tools\",{\"appearance\":[1025],\"distance\":[1026],\"geometries\":[1040],\"max\":[1026],\"min\":[1026],\"sliderTicks\":[1026,\"slider-ticks\"],\"unionResults\":[1028,\"union-results\"],\"unit\":[1025],\"disabled\":[4],\"_translations\":[32]}],[1,\"calcite-input-message\",{\"icon\":[520],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"scale\":[1537],\"status\":[513]}],[0,\"map-draw-tools\",{\"active\":[4],\"drawMode\":[1,\"draw-mode\"],\"editGraphicsEnabled\":[4,\"edit-graphics-enabled\"],\"graphics\":[1040],\"mapView\":[1040],\"pointSymbol\":[1040],\"polylineSymbol\":[1040],\"polygonSymbol\":[1040],\"redoEnabled\":[4,\"redo-enabled\"],\"undoEnabled\":[4,\"undo-enabled\"],\"_translations\":[32],\"_selectionMode\":[32],\"clear\":[64],\"updateGraphics\":[64]}],[17,\"calcite-slider\",{\"disabled\":[516],\"form\":[513],\"groupSeparator\":[516,\"group-separator\"],\"hasHistogram\":[1540,\"has-histogram\"],\"histogram\":[16],\"histogramStops\":[16],\"labelHandles\":[516,\"label-handles\"],\"labelTicks\":[516,\"label-ticks\"],\"max\":[514],\"maxLabel\":[1,\"max-label\"],\"maxValue\":[1026,\"max-value\"],\"min\":[514],\"minLabel\":[1,\"min-label\"],\"minValue\":[1026,\"min-value\"],\"mirrored\":[516],\"name\":[513],\"numberingSystem\":[1,\"numbering-system\"],\"pageStep\":[514,\"page-step\"],\"precise\":[516],\"required\":[516],\"snap\":[516],\"step\":[514],\"ticks\":[514],\"value\":[1538],\"scale\":[513],\"effectiveLocale\":[32],\"minMaxValueRange\":[32],\"minValueDragRange\":[32],\"maxValueDragRange\":[32],\"tickValues\":[32],\"setFocus\":[64]},[[0,\"keydown\",\"keyDownHandler\"],[1,\"pointerdown\",\"pointerDownHandler\"]]]]],[\"calcite-input-text_5\",[[0,\"refine-selection\",{\"addresseeLayer\":[16],\"enabledLayerIds\":[16],\"mapView\":[16],\"selectionSets\":[1040],\"sketchLineSymbol\":[16],\"sketchPointSymbol\":[16],\"sketchPolygonSymbol\":[16],\"_translations\":[32],\"_selectionMode\":[32],\"_refineLayer\":[32]}],[0,\"map-select-tools\",{\"bufferColor\":[8,\"buffer-color\"],\"bufferOutlineColor\":[8,\"buffer-outline-color\"],\"customLabelEnabled\":[4,\"custom-label-enabled\"],\"enabledLayerIds\":[16],\"defaultBufferDistance\":[2,\"default-buffer-distance\"],\"defaultBufferUnit\":[1,\"default-buffer-unit\"],\"geometries\":[16],\"isUpdate\":[4,\"is-update\"],\"layerViews\":[16],\"mapView\":[16],\"noResultText\":[1,\"no-result-text\"],\"searchConfiguration\":[1040],\"selectionSet\":[16],\"selectLayerView\":[16],\"sketchLineSymbol\":[16],\"sketchPointSymbol\":[16],\"sketchPolygonSymbol\":[16],\"_numSelected\":[32],\"_searchDistanceEnabled\":[32],\"_searchTerm\":[32],\"_selectionLoading\":[32],\"_translations\":[32],\"_useLayerFeaturesEnabled\":[32],\"clearSelection\":[64],\"getSelection\":[64]},[[8,\"searchConfigurationChange\",\"searchConfigurationChangeChanged\"],[8,\"distanceChanged\",\"distanceChanged\"],[8,\"unitChanged\",\"unitChanged\"]]],[1,\"pdf-download\",{\"disabled\":[4],\"_translations\":[32],\"downloadCSV\":[64],\"downloadPDF\":[64]}],[1,\"calcite-input-text\",{\"alignment\":[513],\"autofocus\":[516],\"clearable\":[516],\"disabled\":[516],\"form\":[513],\"hidden\":[516],\"icon\":[520],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"label\":[1],\"loading\":[516],\"maxLength\":[514,\"max-length\"],\"minLength\":[514,\"min-length\"],\"name\":[513],\"placeholder\":[1],\"prefixText\":[1,\"prefix-text\"],\"readOnly\":[516,\"read-only\"],\"required\":[516],\"scale\":[1537],\"status\":[513],\"autocomplete\":[1],\"inputMode\":[1,\"input-mode\"],\"enterKeyHint\":[1,\"enter-key-hint\"],\"pattern\":[1],\"suffixText\":[1,\"suffix-text\"],\"editingEnabled\":[1540,\"editing-enabled\"],\"value\":[1025],\"messages\":[1040],\"messageOverrides\":[1040],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"slottedActionElDisabledInternally\":[32],\"setFocus\":[64],\"selectText\":[64]}],[1,\"calcite-notice\",{\"open\":[1540],\"kind\":[513],\"closable\":[516],\"icon\":[520],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"scale\":[513],\"width\":[513],\"messages\":[1040],\"messageOverrides\":[1040],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"setFocus\":[64]}]]],[\"calcite-date-picker-day_3\",[[1,\"calcite-date-picker-month\",{\"selectedDate\":[16],\"activeDate\":[16],\"startDate\":[16],\"endDate\":[16],\"min\":[16],\"max\":[16],\"scale\":[513],\"localeData\":[16],\"hoverRange\":[16]},[[1,\"pointerout\",\"mouseoutHandler\"]]],[1,\"calcite-date-picker-month-header\",{\"selectedDate\":[16],\"activeDate\":[16],\"headingLevel\":[2,\"heading-level\"],\"min\":[16],\"max\":[16],\"scale\":[513],\"localeData\":[16],\"messages\":[1040],\"globalAttributes\":[32],\"nextMonthDate\":[32],\"prevMonthDate\":[32]}],[1,\"calcite-date-picker-day\",{\"day\":[2],\"disabled\":[516],\"currentMonth\":[516,\"current-month\"],\"selected\":[516],\"highlighted\":[516],\"range\":[516],\"startOfRange\":[516,\"start-of-range\"],\"endOfRange\":[516,\"end-of-range\"],\"rangeHover\":[516,\"range-hover\"],\"active\":[516],\"scale\":[513],\"value\":[16]},[[1,\"pointerover\",\"mouseoverHandler\"]]]]],[\"calcite-action-group\",[[17,\"calcite-action-group\",{\"expanded\":[516],\"layout\":[513],\"columns\":[514],\"menuOpen\":[1540,\"menu-open\"],\"scale\":[513],\"messages\":[1040],\"messageOverrides\":[1040],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"setFocus\":[64]}]]],[\"calcite-action-bar_4\",[[1,\"calcite-block\",{\"collapsible\":[516],\"disabled\":[516],\"dragHandle\":[516,\"drag-handle\"],\"heading\":[1],\"headingLevel\":[514,\"heading-level\"],\"loading\":[516],\"open\":[1540],\"status\":[513],\"description\":[1],\"messages\":[1040],\"messageOverrides\":[1040],\"effectiveLocale\":[32],\"defaultMessages\":[32]}],[1,\"calcite-pick-list\",{\"disabled\":[516],\"filteredItems\":[1040],\"filteredData\":[1040],\"filterEnabled\":[516,\"filter-enabled\"],\"filterPlaceholder\":[513,\"filter-placeholder\"],\"filterText\":[1537,\"filter-text\"],\"headingLevel\":[514,\"heading-level\"],\"loading\":[516],\"multiple\":[516],\"selectionFollowsFocus\":[516,\"selection-follows-focus\"],\"selectedValues\":[32],\"dataForFilter\":[32],\"getSelectedItems\":[64],\"setFocus\":[64]},[[0,\"calciteListItemRemove\",\"calciteListItemRemoveHandler\"],[0,\"calciteListItemChange\",\"calciteListItemChangeHandler\"],[0,\"calciteInternalListItemPropsChange\",\"calciteInternalListItemPropsChangeHandler\"],[0,\"calciteInternalListItemValueChange\",\"calciteInternalListItemValueChangeHandler\"],[0,\"focusout\",\"calciteListFocusOutHandler\"]]],[17,\"calcite-action-bar\",{\"expandDisabled\":[516,\"expand-disabled\"],\"expanded\":[1540],\"layout\":[513],\"overflowActionsDisabled\":[516,\"overflow-actions-disabled\"],\"position\":[513],\"scale\":[513],\"messages\":[1040],\"messageOverrides\":[1040],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"overflowActions\":[64],\"setFocus\":[64]}],[1,\"calcite-handle\",{\"activated\":[1540],\"dragHandle\":[513,\"drag-handle\"],\"messages\":[16],\"messageOverrides\":[16],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"setFocus\":[64]}]]],[\"calcite-dropdown_5\",[[1,\"edit-record-modal\",{\"open\":[1028],\"_translations\":[32]}],[17,\"calcite-split-button\",{\"appearance\":[513],\"kind\":[513],\"disabled\":[516],\"active\":[1540],\"dropdownIconType\":[513,\"dropdown-icon-type\"],\"dropdownLabel\":[513,\"dropdown-label\"],\"loading\":[516],\"overlayPositioning\":[513,\"overlay-positioning\"],\"primaryIconEnd\":[513,\"primary-icon-end\"],\"primaryIconFlipRtl\":[513,\"primary-icon-flip-rtl\"],\"primaryIconStart\":[513,\"primary-icon-start\"],\"primaryLabel\":[513,\"primary-label\"],\"primaryText\":[513,\"primary-text\"],\"scale\":[513],\"width\":[513],\"setFocus\":[64]}],[1,\"calcite-dropdown-item\",{\"selected\":[1540],\"iconFlipRtl\":[513,\"icon-flip-rtl\"],\"iconStart\":[513,\"icon-start\"],\"iconEnd\":[513,\"icon-end\"],\"href\":[513],\"label\":[1],\"rel\":[513],\"target\":[513],\"setFocus\":[64]},[[0,\"click\",\"onClick\"],[0,\"keydown\",\"keyDownHandler\"],[16,\"calciteInternalDropdownItemChange\",\"updateActiveItemOnChange\"]]],[17,\"calcite-dropdown-group\",{\"groupTitle\":[513,\"group-title\"],\"selectionMode\":[513,\"selection-mode\"],\"scale\":[513]},[[0,\"calciteInternalDropdownItemSelect\",\"updateActiveItemOnChange\"]]],[17,\"calcite-dropdown\",{\"open\":[1540],\"closeOnSelectDisabled\":[516,\"close-on-select-disabled\"],\"disabled\":[516],\"flipPlacements\":[16],\"maxItems\":[514,\"max-items\"],\"overlayPositioning\":[513,\"overlay-positioning\"],\"placement\":[513],\"scale\":[513],\"selectedItems\":[1040],\"type\":[513],\"width\":[513],\"setFocus\":[64],\"reposition\":[64]},[[9,\"pointerdown\",\"closeCalciteDropdownOnClick\"],[0,\"calciteInternalDropdownCloseRequest\",\"closeCalciteDropdownOnEvent\"],[8,\"calciteDropdownOpen\",\"closeCalciteDropdownOnOpenEvent\"],[1,\"pointerenter\",\"mouseEnterHandler\"],[1,\"pointerleave\",\"mouseLeaveHandler\"],[0,\"calciteInternalDropdownItemKeyEvent\",\"calciteInternalDropdownItemKeyEvent\"],[0,\"calciteInternalDropdownItemSelect\",\"handleItemSelect\"]]]]],[\"calcite-filter_5\",[[1,\"calcite-list\",{\"disabled\":[516],\"filterEnabled\":[516,\"filter-enabled\"],\"filteredItems\":[1040],\"filteredData\":[1040],\"filterPlaceholder\":[513,\"filter-placeholder\"],\"filterText\":[1537,\"filter-text\"],\"label\":[1],\"loading\":[516],\"openable\":[4],\"selectedItems\":[1040],\"selectionMode\":[513,\"selection-mode\"],\"selectionAppearance\":[513,\"selection-appearance\"],\"dataForFilter\":[32],\"setFocus\":[64]},[[0,\"calciteInternalFocusPreviousItem\",\"handleCalciteInternalFocusPreviousItem\"],[0,\"calciteInternalListItemActive\",\"handleCalciteListItemActive\"],[0,\"calciteInternalListItemSelect\",\"handleCalciteListItemSelect\"]]],[1,\"calcite-list-item\",{\"active\":[4],\"description\":[1],\"disabled\":[516],\"label\":[1],\"metadata\":[16],\"open\":[1540],\"setSize\":[2,\"set-size\"],\"setPosition\":[2,\"set-position\"],\"selected\":[1540],\"value\":[8],\"selectionMode\":[1025,\"selection-mode\"],\"selectionAppearance\":[1025,\"selection-appearance\"],\"level\":[32],\"visualLevel\":[32],\"parentListEl\":[32],\"openable\":[32],\"hasActionsStart\":[32],\"hasActionsEnd\":[32],\"hasCustomContent\":[32],\"hasContentStart\":[32],\"hasContentEnd\":[32],\"setFocus\":[64]}],[1,\"calcite-segmented-control-item\",{\"checked\":[1540],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"iconStart\":[513,\"icon-start\"],\"iconEnd\":[513,\"icon-end\"],\"value\":[1032]}],[1,\"calcite-segmented-control\",{\"appearance\":[513],\"disabled\":[516],\"form\":[513],\"required\":[516],\"layout\":[513],\"name\":[513],\"scale\":[513],\"value\":[1025],\"selectedItem\":[1040],\"width\":[513],\"setFocus\":[64]},[[0,\"calciteInternalSegmentedControlItemChange\",\"handleSelected\"],[0,\"keydown\",\"handleKeyDown\"]]],[17,\"calcite-filter\",{\"items\":[16],\"disabled\":[516],\"filteredItems\":[1040],\"placeholder\":[1],\"scale\":[513],\"value\":[1025],\"messages\":[1040],\"messageOverrides\":[1040],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"setFocus\":[64]}]]],[\"calcite-panel_2\",[[1,\"calcite-shell\",{\"contentBehind\":[516,\"content-behind\"],\"hasHeader\":[32],\"hasFooter\":[32],\"hasAlerts\":[32],\"hasModals\":[32]}],[1,\"calcite-panel\",{\"closed\":[1540],\"disabled\":[516],\"closable\":[516],\"headingLevel\":[514,\"heading-level\"],\"loading\":[516],\"heading\":[1],\"description\":[1],\"menuOpen\":[516,\"menu-open\"],\"messageOverrides\":[1040],\"messages\":[1040],\"hasStartActions\":[32],\"hasEndActions\":[32],\"hasMenuItems\":[32],\"hasHeaderContent\":[32],\"hasFooterContent\":[32],\"hasFooterActions\":[32],\"hasFab\":[32],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"setFocus\":[64],\"scrollContentTo\":[64]}]]],[\"calcite-combobox_3\",[[0,\"map-layer-picker\",{\"enabledLayerIds\":[16],\"mapView\":[16],\"selectedLayerIds\":[1040],\"selectionMode\":[1537,\"selection-mode\"],\"layerIds\":[32]}],[1,\"calcite-combobox\",{\"open\":[1540],\"disabled\":[516],\"form\":[513],\"label\":[1],\"placeholder\":[1],\"placeholderIcon\":[513,\"placeholder-icon\"],\"placeholderIconFlipRtl\":[516,\"placeholder-icon-flip-rtl\"],\"maxItems\":[514,\"max-items\"],\"name\":[513],\"allowCustomValues\":[516,\"allow-custom-values\"],\"overlayPositioning\":[513,\"overlay-positioning\"],\"required\":[516],\"selectionMode\":[513,\"selection-mode\"],\"scale\":[513],\"value\":[1025],\"flipPlacements\":[16],\"messages\":[1040],\"messageOverrides\":[1040],\"selectedItems\":[1040],\"filteredItems\":[1040],\"items\":[32],\"groupItems\":[32],\"needsIcon\":[32],\"activeItemIndex\":[32],\"activeChipIndex\":[32],\"activeDescendant\":[32],\"text\":[32],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"reposition\":[64],\"setFocus\":[64]},[[5,\"pointerdown\",\"documentClickHandler\"],[0,\"calciteComboboxItemChange\",\"calciteComboboxItemChangeHandler\"]]],[1,\"calcite-combobox-item\",{\"disabled\":[516],\"selected\":[1540],\"active\":[516],\"ancestors\":[1040],\"guid\":[513],\"icon\":[513],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"textLabel\":[513,\"text-label\"],\"value\":[8],\"filterDisabled\":[516,\"filter-disabled\"]}]]],[\"calcite-tree_3\",[[0,\"solution-item-icon\",{\"isPortal\":[4,\"is-portal\"],\"type\":[1],\"typeKeywords\":[16]}],[1,\"calcite-tree-item\",{\"disabled\":[516],\"expanded\":[1540],\"iconFlipRtl\":[513,\"icon-flip-rtl\"],\"iconStart\":[513,\"icon-start\"],\"selected\":[1540],\"parentExpanded\":[4,\"parent-expanded\"],\"depth\":[1538],\"hasChildren\":[1540,\"has-children\"],\"lines\":[1540],\"scale\":[1537],\"indeterminate\":[516],\"selectionMode\":[1537,\"selection-mode\"],\"updateAfterInitialRender\":[32],\"hasEndActions\":[32]},[[0,\"click\",\"onClick\"],[0,\"keydown\",\"keyDownHandler\"]]],[1,\"calcite-tree\",{\"lines\":[1540],\"child\":[1540],\"scale\":[1537],\"selectionMode\":[1537,\"selection-mode\"],\"selectedItems\":[1040]},[[0,\"focus\",\"onFocus\"],[0,\"focusin\",\"onFocusIn\"],[0,\"focusout\",\"onFocusOut\"],[0,\"calciteInternalTreeItemSelect\",\"onClick\"],[0,\"keydown\",\"keyDownHandler\"]]]]],[\"calcite-option_2\",[[1,\"calcite-select\",{\"disabled\":[516],\"form\":[513],\"label\":[1],\"name\":[513],\"required\":[516],\"scale\":[513],\"value\":[1025],\"selectedOption\":[1040],\"width\":[513],\"setFocus\":[64]},[[0,\"calciteInternalOptionChange\",\"handleOptionOrGroupChange\"],[0,\"calciteInternalOptionGroupChange\",\"handleOptionOrGroupChange\"]]],[1,\"calcite-option\",{\"disabled\":[516],\"label\":[1025],\"selected\":[516],\"value\":[1032]}]]],[\"calcite-input_2\",[[1,\"calcite-input\",{\"alignment\":[513],\"autofocus\":[516],\"clearable\":[516],\"disabled\":[516],\"form\":[513],\"groupSeparator\":[516,\"group-separator\"],\"hidden\":[516],\"icon\":[520],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"label\":[1],\"loading\":[516],\"numberingSystem\":[513,\"numbering-system\"],\"localeFormat\":[4,\"locale-format\"],\"max\":[514],\"min\":[514],\"maxLength\":[514,\"max-length\"],\"minLength\":[514,\"min-length\"],\"name\":[513],\"numberButtonType\":[513,\"number-button-type\"],\"placeholder\":[1],\"prefixText\":[1,\"prefix-text\"],\"readOnly\":[516,\"read-only\"],\"required\":[516],\"scale\":[1537],\"status\":[1537],\"step\":[520],\"autocomplete\":[1],\"pattern\":[1],\"accept\":[1],\"multiple\":[4],\"inputMode\":[1,\"input-mode\"],\"enterKeyHint\":[1,\"enter-key-hint\"],\"suffixText\":[1,\"suffix-text\"],\"editingEnabled\":[1540,\"editing-enabled\"],\"type\":[513],\"value\":[1025],\"messages\":[1040],\"messageOverrides\":[1040],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"localizedValue\":[32],\"slottedActionElDisabledInternally\":[32],\"setFocus\":[64],\"selectText\":[64],\"internalSyncChildElValue\":[64]}],[1,\"calcite-progress\",{\"type\":[513],\"value\":[2],\"label\":[1],\"text\":[1],\"reversed\":[516]}]]],[\"calcite-shell-panel_14\",[[0,\"solution-template-data\",{\"instanceid\":[1537],\"itemId\":[1537,\"item-id\"],\"organizationVariables\":[1537,\"organization-variables\"],\"solutionVariables\":[1537,\"solution-variables\"],\"varsOpen\":[1540,\"vars-open\"],\"_translations\":[32],\"value\":[32]}],[1,\"solution-resource-item\",{\"authentication\":[1040],\"itemId\":[1537,\"item-id\"],\"resourceFilePaths\":[32],\"resources\":[32],\"_translations\":[32]}],[0,\"solution-item-details\",{\"itemId\":[1537,\"item-id\"],\"itemDetails\":[32],\"itemEdit\":[32],\"_translations\":[32],\"thumbnail\":[32],\"thumbnailContainer\":[32]},[[0,\"calciteInputInput\",\"inputReceivedHandler\"]]],[1,\"solution-item-sharing\",{\"groupId\":[1537,\"group-id\"],\"_translations\":[32],\"sharing\":[32],\"getShareInfo\":[64]}],[1,\"solution-variables\",{\"value\":[1537],\"_solutionVariables\":[32],\"_translations\":[32]}],[1,\"calcite-value-list-item\",{\"description\":[513],\"disabled\":[516],\"deselectDisabled\":[4,\"deselect-disabled\"],\"nonInteractive\":[516,\"non-interactive\"],\"handleActivated\":[1028,\"handle-activated\"],\"icon\":[513],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"label\":[513],\"metadata\":[16],\"removable\":[516],\"selected\":[1540],\"value\":[8],\"toggleSelected\":[64],\"setFocus\":[64]},[[0,\"calciteListItemChange\",\"calciteListItemChangeHandler\"]]],[1,\"solution-organization-variables\",{\"value\":[1537],\"_organizationVariables\":[32],\"_translations\":[32]}],[0,\"json-editor\",{\"hasChanges\":[1540,\"has-changes\"],\"hasErrors\":[1540,\"has-errors\"],\"instanceid\":[1544],\"value\":[1544],\"getEditorContents\":[64],\"prepareForDeletion\":[64],\"replaceCurrentSelection\":[64],\"reset\":[64]}],[1,\"calcite-tab-title\",{\"selected\":[1540],\"disabled\":[516],\"iconEnd\":[513,\"icon-end\"],\"iconFlipRtl\":[513,\"icon-flip-rtl\"],\"iconStart\":[513,\"icon-start\"],\"layout\":[1537],\"position\":[1537],\"scale\":[1537],\"bordered\":[1540],\"tab\":[513],\"controls\":[32],\"hasText\":[32],\"getTabIndex\":[64],\"getTabIdentifier\":[64],\"updateAriaInfo\":[64]},[[16,\"calciteInternalTabChange\",\"internalTabChangeHandler\"],[0,\"click\",\"onClick\"],[0,\"keydown\",\"keyDownHandler\"]]],[1,\"calcite-shell-panel\",{\"collapsed\":[516],\"detached\":[516],\"detachedHeightScale\":[513,\"detached-height-scale\"],\"widthScale\":[513,\"width-scale\"],\"position\":[513],\"resizable\":[516],\"messages\":[1040],\"messageOverrides\":[1040],\"contentWidth\":[32],\"defaultMessages\":[32],\"effectiveLocale\":[32]}],[1,\"calcite-tab\",{\"tab\":[513],\"selected\":[1540],\"scale\":[1537],\"labeledBy\":[32],\"getTabIndex\":[64],\"updateAriaInfo\":[64]},[[16,\"calciteInternalTabChange\",\"internalTabChangeHandler\"]]],[1,\"calcite-tab-nav\",{\"storageId\":[513,\"storage-id\"],\"syncId\":[513,\"sync-id\"],\"selectedTitle\":[1040],\"scale\":[1537],\"layout\":[1537],\"position\":[1537],\"bordered\":[1540],\"indicatorOffset\":[1026,\"indicator-offset\"],\"indicatorWidth\":[1026,\"indicator-width\"],\"selectedTabId\":[32]},[[0,\"calciteInternalTabsFocusPrevious\",\"focusPreviousTabHandler\"],[0,\"calciteInternalTabsFocusNext\",\"focusNextTabHandler\"],[0,\"calciteInternalTabsFocusFirst\",\"focusFirstTabHandler\"],[0,\"calciteInternalTabsFocusLast\",\"focusLastTabHandler\"],[0,\"calciteInternalTabsActivate\",\"internalActivateTabHandler\"],[0,\"calciteTabsActivate\",\"activateTabHandler\"],[0,\"calciteInternalTabTitleRegister\",\"updateTabTitles\"],[16,\"calciteInternalTabChange\",\"globalInternalTabChangeHandler\"],[0,\"calciteInternalTabIconChanged\",\"iconStartChangeHandler\"]]],[1,\"calcite-tabs\",{\"layout\":[513],\"position\":[513],\"scale\":[513],\"bordered\":[4],\"titles\":[32],\"tabs\":[32]},[[0,\"calciteInternalTabTitleRegister\",\"calciteInternalTabTitleRegister\"],[16,\"calciteTabTitleUnregister\",\"calciteTabTitleUnregister\"],[0,\"calciteInternalTabRegister\",\"calciteInternalTabRegister\"],[16,\"calciteTabUnregister\",\"calciteTabUnregister\"]]],[1,\"calcite-value-list\",{\"disabled\":[516],\"dragEnabled\":[516,\"drag-enabled\"],\"filteredItems\":[1040],\"filteredData\":[1040],\"filterEnabled\":[516,\"filter-enabled\"],\"filterPlaceholder\":[513,\"filter-placeholder\"],\"filterText\":[1537,\"filter-text\"],\"group\":[513],\"loading\":[516],\"multiple\":[516],\"selectionFollowsFocus\":[516,\"selection-follows-focus\"],\"messageOverrides\":[1040],\"messages\":[1040],\"dataForFilter\":[32],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"selectedValues\":[32],\"getSelectedItems\":[64],\"setFocus\":[64]},[[0,\"focusout\",\"calciteListFocusOutHandler\"],[0,\"calciteListItemRemove\",\"calciteListItemRemoveHandler\"],[0,\"calciteListItemChange\",\"calciteListItemChangeHandler\"],[0,\"calciteInternalListItemPropsChange\",\"calciteInternalListItemPropsChangeHandler\"],[0,\"calciteInternalListItemValueChange\",\"calciteInternalListItemValueChangeHandler\"],[0,\"calciteValueListItemDragHandleBlur\",\"handleValueListItemBlur\"]]]]]]"), options);
22
+ return bootstrapLazy(JSON.parse("[[\"public-notification\",[[0,\"public-notification\",{\"addresseeLayerIds\":[16],\"bufferColor\":[8,\"buffer-color\"],\"bufferOutlineColor\":[8,\"buffer-outline-color\"],\"customLabelEnabled\":[4,\"custom-label-enabled\"],\"defaultBufferDistance\":[2,\"default-buffer-distance\"],\"defaultBufferUnit\":[1,\"default-buffer-unit\"],\"featureEffect\":[16],\"featureHighlightEnabled\":[4,\"feature-highlight-enabled\"],\"mapView\":[16],\"noResultText\":[1,\"no-result-text\"],\"searchConfiguration\":[1040],\"selectionLayerIds\":[16],\"showRefineSelection\":[4,\"show-refine-selection\"],\"showSearchSettings\":[4,\"show-search-settings\"],\"sketchLineSymbol\":[8,\"sketch-line-symbol\"],\"sketchPointSymbol\":[8,\"sketch-point-symbol\"],\"sketchPolygonSymbol\":[8,\"sketch-polygon-symbol\"],\"_addMap\":[32],\"_addTitle\":[32],\"_downloadActive\":[32],\"_exportType\":[32],\"_numDuplicates\":[32],\"_pageType\":[32],\"_saveEnabled\":[32],\"_selectionSets\":[32],\"_translations\":[32]},[[8,\"selectionSetsChanged\",\"selectionSetsChanged\"]]]]],[\"solution-configuration\",[[0,\"solution-configuration\",{\"authentication\":[1040],\"serializedAuthentication\":[1025,\"serialized-authentication\"],\"solutionItemId\":[1537,\"solution-item-id\"],\"showLoading\":[1540,\"show-loading\"],\"_currentEditItemId\":[32],\"_organizationVariables\":[32],\"_solutionContentsComponent\":[32],\"_solutionIsLoaded\":[32],\"_solutionVariables\":[32],\"_templateHierarchy\":[32],\"_translations\":[32],\"_treeOpen\":[32],\"getSpatialReferenceInfo\":[64],\"saveSolution\":[64],\"unloadSolution\":[64]},[[8,\"solutionItemSelected\",\"_solutionItemSelected\"]]]]],[\"crowdsource-manager\",[[0,\"crowdsource-manager\",{\"mapInfos\":[16],\"_translations\":[32],\"_layoutMode\":[32],\"_mapView\":[32],\"_panelOpen\":[32]},[[8,\"mapChanged\",\"mapChanged\"]]]]],[\"calcite-color-picker\",[[17,\"calcite-color-picker\",{\"allowEmpty\":[516,\"allow-empty\"],\"color\":[1040],\"disabled\":[516],\"format\":[513],\"hideHex\":[516,\"hide-hex\"],\"hideChannels\":[516,\"hide-channels\"],\"hideSaved\":[516,\"hide-saved\"],\"scale\":[513],\"storageId\":[513,\"storage-id\"],\"messageOverrides\":[1040],\"numberingSystem\":[513,\"numbering-system\"],\"value\":[1025],\"messages\":[1040],\"defaultMessages\":[32],\"colorFieldAndSliderInteractive\":[32],\"channelMode\":[32],\"channels\":[32],\"dimensions\":[32],\"effectiveLocale\":[32],\"savedColors\":[32],\"colorFieldScopeTop\":[32],\"colorFieldScopeLeft\":[32],\"scopeOrientation\":[32],\"hueScopeLeft\":[32],\"hueScopeTop\":[32],\"setFocus\":[64]},[[2,\"keydown\",\"handleChannelKeyUpOrDown\"],[2,\"keyup\",\"handleChannelKeyUpOrDown\"]]]]],[\"add-record-modal\",[[1,\"add-record-modal\",{\"open\":[1028],\"_translations\":[32]}]]],[\"calcite-flow-item\",[[1,\"calcite-flow-item\",{\"closable\":[516],\"closed\":[516],\"beforeBack\":[16],\"description\":[1],\"disabled\":[516],\"heading\":[1],\"headingLevel\":[514,\"heading-level\"],\"loading\":[516],\"menuOpen\":[516,\"menu-open\"],\"messageOverrides\":[1040],\"messages\":[1040],\"showBackButton\":[4,\"show-back-button\"],\"backButtonEl\":[32],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"setFocus\":[64],\"scrollContentTo\":[64]}]]],[\"calcite-input-date-picker\",[[17,\"calcite-input-date-picker\",{\"disabled\":[516],\"form\":[513],\"readOnly\":[516,\"read-only\"],\"value\":[1025],\"flipPlacements\":[16],\"headingLevel\":[514,\"heading-level\"],\"valueAsDate\":[1040],\"minAsDate\":[1040],\"maxAsDate\":[1040],\"min\":[1],\"max\":[1],\"open\":[1540],\"name\":[513],\"numberingSystem\":[513,\"numbering-system\"],\"scale\":[513],\"placement\":[513],\"range\":[516],\"required\":[516],\"overlayPositioning\":[513,\"overlay-positioning\"],\"proximitySelectionDisabled\":[4,\"proximity-selection-disabled\"],\"layout\":[513],\"messageOverrides\":[1040],\"datePickerActiveDate\":[32],\"effectiveLocale\":[32],\"focusedInput\":[32],\"globalAttributes\":[32],\"localeData\":[32],\"setFocus\":[64],\"reposition\":[64]},[[0,\"calciteDaySelect\",\"calciteDaySelectHandler\"]]]]],[\"calcite-input-time-picker\",[[17,\"calcite-input-time-picker\",{\"open\":[1540],\"disabled\":[516],\"form\":[513],\"readOnly\":[516,\"read-only\"],\"messagesOverrides\":[16],\"name\":[1],\"numberingSystem\":[1,\"numbering-system\"],\"required\":[516],\"scale\":[513],\"overlayPositioning\":[1,\"overlay-positioning\"],\"placement\":[513],\"step\":[2],\"value\":[1025],\"effectiveLocale\":[32],\"localizedValue\":[32],\"setFocus\":[64],\"reposition\":[64]},[[0,\"click\",\"clickHandler\"],[0,\"calciteInternalTimePickerBlur\",\"timePickerBlurHandler\"],[0,\"calciteInternalTimePickerFocus\",\"timePickerFocusHandler\"]]]]],[\"calcite-action-pad\",[[17,\"calcite-action-pad\",{\"expandDisabled\":[516,\"expand-disabled\"],\"expanded\":[1540],\"layout\":[513],\"position\":[513],\"scale\":[513],\"messages\":[1040],\"messageOverrides\":[1040],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"setFocus\":[64]}]]],[\"card-manager\",[[1,\"card-manager\",{\"_translations\":[32]}]]],[\"calcite-card\",[[1,\"calcite-card\",{\"loading\":[516],\"selected\":[1540],\"selectable\":[516],\"thumbnailPosition\":[513,\"thumbnail-position\"],\"messages\":[1040],\"messageOverrides\":[1040],\"effectiveLocale\":[32],\"defaultMessages\":[32]}]]],[\"calcite-fab\",[[1,\"calcite-fab\",{\"appearance\":[513],\"kind\":[513],\"disabled\":[516],\"icon\":[513],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"label\":[1],\"loading\":[516],\"scale\":[513],\"text\":[1],\"textEnabled\":[516,\"text-enabled\"],\"setFocus\":[64]}]]],[\"calcite-inline-editable\",[[17,\"calcite-inline-editable\",{\"disabled\":[516],\"editingEnabled\":[1540,\"editing-enabled\"],\"loading\":[1540],\"controls\":[516],\"scale\":[1537],\"afterConfirm\":[16],\"messages\":[1040],\"messageOverrides\":[1040],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"setFocus\":[64]},[[0,\"calciteInternalInputBlur\",\"blurHandler\"]]]]],[\"calcite-tile-select\",[[1,\"calcite-tile-select\",{\"checked\":[1540],\"description\":[513],\"disabled\":[516],\"heading\":[513],\"hidden\":[516],\"icon\":[513],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"name\":[520],\"inputEnabled\":[516,\"input-enabled\"],\"inputAlignment\":[513,\"input-alignment\"],\"type\":[513],\"value\":[8],\"width\":[513],\"focused\":[32],\"setFocus\":[64]},[[0,\"calciteCheckboxChange\",\"checkboxChangeHandler\"],[0,\"calciteInternalCheckboxFocus\",\"checkboxFocusBlurHandler\"],[0,\"calciteInternalCheckboxBlur\",\"checkboxFocusBlurHandler\"],[0,\"calciteRadioButtonChange\",\"radioButtonChangeHandler\"],[0,\"calciteInternalRadioButtonCheckedChange\",\"radioButtonCheckedChangeHandler\"],[0,\"calciteInternalRadioButtonFocus\",\"radioButtonFocusBlurHandler\"],[0,\"calciteInternalRadioButtonBlur\",\"radioButtonFocusBlurHandler\"],[0,\"click\",\"clickHandler\"],[1,\"pointerenter\",\"pointerEnterHandler\"],[1,\"pointerleave\",\"pointerLeaveHandler\"]]]]],[\"calcite-tip\",[[1,\"calcite-tip\",{\"closed\":[1540],\"closeDisabled\":[516,\"close-disabled\"],\"heading\":[1],\"headingLevel\":[514,\"heading-level\"],\"selected\":[516],\"messages\":[1040],\"messageOverrides\":[1040],\"defaultMessages\":[32],\"effectiveLocale\":[32]}]]],[\"calcite-tip-manager\",[[1,\"calcite-tip-manager\",{\"closed\":[1540],\"headingLevel\":[514,\"heading-level\"],\"messages\":[1040],\"messageOverrides\":[1040],\"selectedIndex\":[32],\"tips\":[32],\"total\":[32],\"direction\":[32],\"groupTitle\":[32],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"nextTip\":[64],\"previousTip\":[64]}]]],[\"calcite-alert\",[[1,\"calcite-alert\",{\"open\":[1540],\"autoClose\":[516,\"auto-close\"],\"autoCloseDuration\":[513,\"auto-close-duration\"],\"kind\":[513],\"icon\":[520],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"label\":[1],\"numberingSystem\":[513,\"numbering-system\"],\"placement\":[513],\"scale\":[513],\"messages\":[1040],\"messageOverrides\":[1040],\"slottedInShell\":[1028,\"slotted-in-shell\"],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"hasEndActions\":[32],\"queue\":[32],\"queueLength\":[32],\"queued\":[32],\"requestedIcon\":[32],\"setFocus\":[64]},[[8,\"calciteInternalAlertSync\",\"alertSync\"],[8,\"calciteInternalAlertRegister\",\"alertRegister\"]]]]],[\"calcite-block-section\",[[1,\"calcite-block-section\",{\"open\":[1540],\"status\":[513],\"text\":[1],\"toggleDisplay\":[513,\"toggle-display\"],\"messages\":[1040],\"messageOverrides\":[1040],\"effectiveLocale\":[32],\"defaultMessages\":[32]}]]],[\"calcite-input-number\",[[1,\"calcite-input-number\",{\"alignment\":[513],\"autofocus\":[516],\"clearable\":[516],\"disabled\":[516],\"form\":[513],\"groupSeparator\":[516,\"group-separator\"],\"hidden\":[516],\"icon\":[520],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"label\":[1],\"loading\":[516],\"numberingSystem\":[513,\"numbering-system\"],\"localeFormat\":[4,\"locale-format\"],\"max\":[514],\"min\":[514],\"maxLength\":[514,\"max-length\"],\"minLength\":[514,\"min-length\"],\"name\":[513],\"numberButtonType\":[513,\"number-button-type\"],\"placeholder\":[1],\"prefixText\":[1,\"prefix-text\"],\"readOnly\":[516,\"read-only\"],\"required\":[516],\"scale\":[1537],\"status\":[513],\"step\":[520],\"autocomplete\":[1],\"inputMode\":[1,\"input-mode\"],\"enterKeyHint\":[1,\"enter-key-hint\"],\"suffixText\":[1,\"suffix-text\"],\"editingEnabled\":[1540,\"editing-enabled\"],\"value\":[1025],\"messages\":[1040],\"messageOverrides\":[1040],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"localizedValue\":[32],\"slottedActionElDisabledInternally\":[32],\"setFocus\":[64],\"selectText\":[64]}]]],[\"calcite-rating\",[[1,\"calcite-rating\",{\"average\":[514],\"count\":[514],\"disabled\":[516],\"form\":[513],\"messages\":[1040],\"messageOverrides\":[1040],\"name\":[513],\"readOnly\":[516,\"read-only\"],\"required\":[516],\"scale\":[513],\"showChip\":[516,\"show-chip\"],\"value\":[1538],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"hoverValue\":[32],\"focusValue\":[32],\"hasFocus\":[32],\"setFocus\":[64]}]]],[\"calcite-accordion-item\",[[1,\"calcite-accordion-item\",{\"expanded\":[1540],\"heading\":[1],\"description\":[1],\"iconStart\":[513,\"icon-start\"],\"iconEnd\":[513,\"icon-end\"],\"iconFlipRtl\":[513,\"icon-flip-rtl\"]},[[0,\"keydown\",\"keyDownHandler\"],[16,\"calciteInternalAccordionChange\",\"updateActiveItemOnChange\"]]]]],[\"calcite-avatar\",[[1,\"calcite-avatar\",{\"scale\":[513],\"thumbnail\":[513],\"fullName\":[513,\"full-name\"],\"username\":[513],\"userId\":[513,\"user-id\"],\"thumbnailFailedToLoad\":[32]}]]],[\"calcite-pagination\",[[17,\"calcite-pagination\",{\"groupSeparator\":[516,\"group-separator\"],\"messageOverrides\":[1040],\"pageSize\":[514,\"page-size\"],\"numberingSystem\":[1,\"numbering-system\"],\"startItem\":[1538,\"start-item\"],\"totalItems\":[514,\"total-items\"],\"scale\":[513],\"messages\":[1040],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"setFocus\":[64],\"nextPage\":[64],\"previousPage\":[64]}]]],[\"calcite-stepper-item\",[[1,\"calcite-stepper-item\",{\"selected\":[1540],\"complete\":[516],\"error\":[516],\"disabled\":[516],\"heading\":[1],\"description\":[1],\"layout\":[1537],\"icon\":[1028],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"numbered\":[1028],\"scale\":[1537],\"effectiveLocale\":[32],\"setFocus\":[64]},[[16,\"calciteInternalStepperItemChange\",\"updateActiveItemOnChange\"]]]]],[\"calcite-accordion\",[[1,\"calcite-accordion\",{\"appearance\":[513],\"iconPosition\":[513,\"icon-position\"],\"iconType\":[513,\"icon-type\"],\"scale\":[513],\"selectionMode\":[513,\"selection-mode\"]},[[0,\"calciteInternalAccordionItemRegister\",\"registerCalciteAccordionItem\"],[0,\"calciteInternalAccordionItemSelect\",\"updateActiveItemOnChange\"]]]]],[\"calcite-combobox-item-group\",[[1,\"calcite-combobox-item-group\",{\"ancestors\":[1040],\"label\":[1]}]]],[\"calcite-flow\",[[1,\"calcite-flow\",{\"flowDirection\":[32],\"itemCount\":[32],\"items\":[32],\"back\":[64]},[[0,\"calciteFlowItemBack\",\"handleItemBackClick\"]]]]],[\"calcite-list-item-group\",[[1,\"calcite-list-item-group\",{\"disabled\":[516],\"heading\":[513],\"visualLevel\":[32]}]]],[\"calcite-option-group\",[[1,\"calcite-option-group\",{\"disabled\":[516],\"label\":[1]}]]],[\"calcite-pick-list-group\",[[1,\"calcite-pick-list-group\",{\"groupTitle\":[513,\"group-title\"],\"headingLevel\":[514,\"heading-level\"]}]]],[\"calcite-radio-button\",[[1,\"calcite-radio-button\",{\"checked\":[1540],\"disabled\":[516],\"focused\":[1540],\"form\":[513],\"guid\":[1537],\"hidden\":[516],\"hovered\":[1540],\"label\":[1],\"name\":[513],\"required\":[516],\"scale\":[513],\"value\":[1032],\"setFocus\":[64],\"emitCheckedChange\":[64]},[[1,\"pointerenter\",\"mouseenter\"],[1,\"pointerleave\",\"mouseleave\"]]]]],[\"calcite-radio-button-group\",[[17,\"calcite-radio-button-group\",{\"disabled\":[516],\"hidden\":[516],\"layout\":[513],\"name\":[513],\"required\":[516],\"selectedItem\":[1040],\"scale\":[513]},[[0,\"calciteRadioButtonChange\",\"radioButtonChangeHandler\"]]]]],[\"calcite-shell-center-row\",[[1,\"calcite-shell-center-row\",{\"detached\":[516],\"heightScale\":[513,\"height-scale\"],\"position\":[513]}]]],[\"calcite-sortable-list\",[[1,\"calcite-sortable-list\",{\"dragSelector\":[513,\"drag-selector\"],\"group\":[513],\"handleSelector\":[513,\"handle-selector\"],\"layout\":[513],\"disabled\":[516],\"loading\":[516],\"handleActivated\":[32]},[[0,\"calciteHandleNudge\",\"calciteHandleNudgeNextHandler\"]]]]],[\"calcite-stepper\",[[1,\"calcite-stepper\",{\"icon\":[516],\"layout\":[513],\"numbered\":[516],\"numberingSystem\":[513,\"numbering-system\"],\"selectedItem\":[1040],\"scale\":[513],\"nextStep\":[64],\"prevStep\":[64],\"goToStep\":[64],\"startStep\":[64],\"endStep\":[64]},[[0,\"calciteInternalStepperItemKeyEvent\",\"calciteInternalStepperItemKeyEvent\"],[0,\"calciteInternalStepperItemRegister\",\"registerItem\"],[0,\"calciteInternalStepperItemSelect\",\"updateItem\"],[0,\"calciteInternalUserRequestedStepperItemSelect\",\"handleUserRequestedStepperItemSelect\"]]]]],[\"calcite-text-area\",[[1,\"calcite-text-area\",{\"autofocus\":[516],\"columns\":[514],\"disabled\":[516],\"form\":[513],\"groupSeparator\":[516,\"group-separator\"],\"label\":[1],\"maxLength\":[514,\"max-length\"],\"messages\":[1040],\"name\":[513],\"numberingSystem\":[1,\"numbering-system\"],\"placeholder\":[1],\"readOnly\":[516,\"read-only\"],\"required\":[516],\"resize\":[513],\"rows\":[514],\"scale\":[513],\"value\":[1025],\"wrap\":[513],\"messageOverrides\":[1040],\"defaultMessages\":[32],\"endSlotHasElements\":[32],\"startSlotHasElements\":[32],\"effectiveLocale\":[32],\"setFocus\":[64],\"selectText\":[64]}]]],[\"calcite-tile-select-group\",[[1,\"calcite-tile-select-group\",{\"disabled\":[516],\"layout\":[513]}]]],[\"calcite-tip-group\",[[1,\"calcite-tip-group\",{\"groupTitle\":[1,\"group-title\"]}]]],[\"comment-card\",[[1,\"comment-card\"]]],[\"crowdsource-reporter\",[[1,\"crowdsource-reporter\"]]],[\"list-item\",[[1,\"list-item\"]]],[\"map-search\",[[0,\"map-search\",{\"mapView\":[16],\"searchConfiguration\":[1040],\"_searchTerm\":[32],\"_translations\":[32],\"clear\":[64]}]]],[\"deduct-calculator\",[[1,\"deduct-calculator\"]]],[\"pci-calculator\",[[1,\"pci-calculator\",{\"showAddDeduct\":[32]}]]],[\"store-manager\",[[0,\"store-manager\",{\"value\":[1537],\"templates\":[1040],\"authentication\":[1040]}]]],[\"calcite-color-picker-hex-input\",[[1,\"calcite-color-picker-hex-input\",{\"hexLabel\":[1,\"hex-label\"],\"allowEmpty\":[4,\"allow-empty\"],\"scale\":[513],\"value\":[1537],\"numberingSystem\":[1,\"numbering-system\"],\"internalColor\":[32],\"setFocus\":[64]},[[2,\"keydown\",\"onInputKeyDown\"]]]]],[\"calcite-date-picker\",[[17,\"calcite-date-picker\",{\"activeDate\":[1040],\"activeRange\":[513,\"active-range\"],\"value\":[1025],\"headingLevel\":[514,\"heading-level\"],\"valueAsDate\":[1040],\"minAsDate\":[1040],\"maxAsDate\":[1040],\"min\":[513],\"max\":[513],\"numberingSystem\":[513,\"numbering-system\"],\"scale\":[513],\"range\":[516],\"proximitySelectionDisabled\":[516,\"proximity-selection-disabled\"],\"messageOverrides\":[1040],\"messages\":[1040],\"activeStartDate\":[32],\"activeEndDate\":[32],\"startAsDate\":[32],\"endAsDate\":[32],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"localeData\":[32],\"hoverRange\":[32],\"setFocus\":[64]}]]],[\"calcite-tile\",[[1,\"calcite-tile\",{\"active\":[516],\"description\":[513],\"disabled\":[516],\"embed\":[516],\"focused\":[516],\"heading\":[513],\"hidden\":[516],\"href\":[513],\"icon\":[513],\"iconFlipRtl\":[516,\"icon-flip-rtl\"]}]]],[\"calcite-time-picker\",[[17,\"calcite-time-picker\",{\"scale\":[513],\"step\":[514],\"numberingSystem\":[1,\"numbering-system\"],\"value\":[1025],\"messages\":[1040],\"messageOverrides\":[1040],\"effectiveLocale\":[32],\"hour\":[32],\"hourCycle\":[32],\"localizedHour\":[32],\"localizedHourSuffix\":[32],\"localizedMeridiem\":[32],\"localizedMinute\":[32],\"localizedMinuteSuffix\":[32],\"localizedSecond\":[32],\"localizedSecondSuffix\":[32],\"meridiem\":[32],\"minute\":[32],\"second\":[32],\"showSecond\":[32],\"defaultMessages\":[32],\"setFocus\":[64]},[[0,\"blur\",\"hostBlurHandler\"],[0,\"focus\",\"hostFocusHandler\"],[0,\"keydown\",\"keyDownHandler\"]]]]],[\"calcite-label\",[[1,\"calcite-label\",{\"alignment\":[513],\"for\":[513],\"scale\":[513],\"layout\":[513]}]]],[\"calcite-icon\",[[1,\"calcite-icon\",{\"icon\":[513],\"flipRtl\":[516,\"flip-rtl\"],\"scale\":[513],\"textLabel\":[1,\"text-label\"],\"pathData\":[32],\"visible\":[32]}]]],[\"layer-table_2\",[[0,\"layer-table\",{\"mapView\":[16],\"_layerView\":[32],\"_selectedIndexes\":[32],\"_translations\":[32]}],[0,\"map-card\",{\"mapInfos\":[16],\"mapView\":[16],\"_mapListExpanded\":[32],\"_translations\":[32],\"_webMapId\":[32]}]]],[\"info-card_2\",[[1,\"media-card\",{\"values\":[16],\"_index\":[32],\"_translations\":[32]}],[1,\"info-card\",{\"cardTitle\":[1,\"card-title\"],\"values\":[16]}]]],[\"calcite-link\",[[1,\"calcite-link\",{\"disabled\":[516],\"download\":[520],\"href\":[513],\"iconEnd\":[513,\"icon-end\"],\"iconFlipRtl\":[513,\"icon-flip-rtl\"],\"iconStart\":[513,\"icon-start\"],\"rel\":[1],\"target\":[1],\"setFocus\":[64]},[[0,\"click\",\"clickHandler\"]]]]],[\"calcite-color-picker-swatch\",[[1,\"calcite-color-picker-swatch\",{\"active\":[516],\"color\":[1],\"scale\":[513]}]]],[\"calcite-action_2\",[[1,\"calcite-action\",{\"active\":[516],\"alignment\":[513],\"appearance\":[513],\"compact\":[516],\"disabled\":[516],\"icon\":[1],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"indicator\":[516],\"label\":[1],\"loading\":[516],\"scale\":[513],\"text\":[1],\"textEnabled\":[516,\"text-enabled\"],\"messages\":[1040],\"messageOverrides\":[1040],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"setFocus\":[64]}],[1,\"calcite-loader\",{\"inline\":[516],\"label\":[1],\"scale\":[513],\"type\":[513],\"value\":[2],\"text\":[1]}]]],[\"calcite-pick-list-item\",[[1,\"calcite-pick-list-item\",{\"description\":[513],\"disabled\":[516],\"deselectDisabled\":[516,\"deselect-disabled\"],\"nonInteractive\":[516,\"non-interactive\"],\"icon\":[513],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"label\":[513],\"messageOverrides\":[1040],\"messages\":[1040],\"metadata\":[16],\"removable\":[516],\"selected\":[1540],\"value\":[8],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"toggleSelected\":[64],\"setFocus\":[64]}]]],[\"calcite-switch\",[[1,\"calcite-switch\",{\"disabled\":[516],\"form\":[513],\"label\":[1],\"name\":[513],\"scale\":[513],\"checked\":[1540],\"value\":[8],\"setFocus\":[64]}]]],[\"calcite-checkbox\",[[1,\"calcite-checkbox\",{\"checked\":[1540],\"disabled\":[516],\"form\":[513],\"guid\":[1537],\"hovered\":[516],\"indeterminate\":[1540],\"label\":[1],\"name\":[520],\"required\":[516],\"scale\":[513],\"value\":[8],\"setFocus\":[64]}]]],[\"calcite-scrim\",[[1,\"calcite-scrim\",{\"loading\":[516],\"messages\":[1040],\"messageOverrides\":[1040],\"defaultMessages\":[32],\"effectiveLocale\":[32]}]]],[\"calcite-button\",[[1,\"calcite-button\",{\"alignment\":[513],\"appearance\":[513],\"label\":[1],\"kind\":[513],\"disabled\":[516],\"form\":[513],\"href\":[513],\"iconEnd\":[513,\"icon-end\"],\"iconFlipRtl\":[513,\"icon-flip-rtl\"],\"iconStart\":[513,\"icon-start\"],\"loading\":[516],\"name\":[513],\"rel\":[513],\"round\":[516],\"scale\":[513],\"splitChild\":[520,\"split-child\"],\"target\":[513],\"type\":[513],\"width\":[513],\"messages\":[1040],\"messageOverrides\":[1040],\"hasContent\":[32],\"hasLoader\":[32],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"setFocus\":[64]}]]],[\"calcite-action-menu_2\",[[1,\"calcite-action-menu\",{\"expanded\":[516],\"flipPlacements\":[16],\"label\":[1],\"open\":[1540],\"overlayPositioning\":[513,\"overlay-positioning\"],\"placement\":[513],\"scale\":[513],\"menuButtonEl\":[32],\"activeMenuItemIndex\":[32],\"setFocus\":[64]},[[9,\"pointerdown\",\"closeCalciteActionMenuOnClick\"]]],[1,\"calcite-popover\",{\"autoClose\":[516,\"auto-close\"],\"closable\":[516],\"flipDisabled\":[516,\"flip-disabled\"],\"focusTrapDisabled\":[516,\"focus-trap-disabled\"],\"pointerDisabled\":[516,\"pointer-disabled\"],\"flipPlacements\":[16],\"heading\":[1],\"headingLevel\":[514,\"heading-level\"],\"label\":[1],\"messageOverrides\":[1040],\"messages\":[1040],\"offsetDistance\":[514,\"offset-distance\"],\"offsetSkidding\":[514,\"offset-skidding\"],\"open\":[1540],\"overlayPositioning\":[513,\"overlay-positioning\"],\"placement\":[513],\"referenceElement\":[1,\"reference-element\"],\"scale\":[513],\"triggerDisabled\":[516,\"trigger-disabled\"],\"effectiveLocale\":[32],\"effectiveReferenceElement\":[32],\"defaultMessages\":[32],\"reposition\":[64],\"setFocus\":[64],\"updateFocusTrapElements\":[64]}]]],[\"solution-contents_3\",[[0,\"solution-item\",{\"authentication\":[1040],\"itemId\":[1537,\"item-id\"],\"solutionVariables\":[1537,\"solution-variables\"],\"organizationVariables\":[1537,\"organization-variables\"],\"itemType\":[32],\"_translations\":[32]}],[0,\"solution-spatial-ref\",{\"defaultWkid\":[1538,\"default-wkid\"],\"locked\":[1540],\"value\":[1537],\"services\":[1040],\"loaded\":[32],\"spatialRef\":[32],\"_srSearchText\":[32],\"_translations\":[32],\"createSpatialRefDisplay\":[64],\"getSpatialRef\":[64],\"wkidToDisplay\":[64]}],[0,\"solution-contents\",{\"selectedItemId\":[1537,\"selected-item-id\"],\"templateHierarchy\":[1040]}]]],[\"calcite-modal\",[[1,\"calcite-modal\",{\"open\":[1540],\"beforeClose\":[16],\"closeButtonDisabled\":[516,\"close-button-disabled\"],\"focusTrapDisabled\":[516,\"focus-trap-disabled\"],\"outsideCloseDisabled\":[516,\"outside-close-disabled\"],\"docked\":[516],\"escapeDisabled\":[516,\"escape-disabled\"],\"scale\":[513],\"width\":[513],\"fullscreen\":[516],\"kind\":[513],\"messages\":[1040],\"messageOverrides\":[1040],\"slottedInShell\":[1028,\"slotted-in-shell\"],\"cssWidth\":[32],\"cssHeight\":[32],\"hasFooter\":[32],\"hasContentTop\":[32],\"hasContentBottom\":[32],\"isOpen\":[32],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"setFocus\":[64],\"updateFocusTrapElements\":[64],\"scrollContent\":[64]},[[8,\"keydown\",\"handleEscape\"]]]]],[\"calcite-graph\",[[1,\"calcite-graph\",{\"data\":[16],\"colorStops\":[16],\"highlightMin\":[2,\"highlight-min\"],\"highlightMax\":[2,\"highlight-max\"],\"min\":[514],\"max\":[514]}]]],[\"calcite-tooltip\",[[1,\"calcite-tooltip\",{\"closeOnClick\":[516,\"close-on-click\"],\"label\":[1],\"offsetDistance\":[514,\"offset-distance\"],\"offsetSkidding\":[514,\"offset-skidding\"],\"open\":[516],\"overlayPositioning\":[513,\"overlay-positioning\"],\"placement\":[513],\"referenceElement\":[1,\"reference-element\"],\"effectiveReferenceElement\":[32],\"reposition\":[64]}]]],[\"calcite-chip\",[[1,\"calcite-chip\",{\"appearance\":[513],\"kind\":[513],\"closable\":[516],\"icon\":[513],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"scale\":[513],\"value\":[8],\"closed\":[1540],\"messageOverrides\":[1040],\"messages\":[1040],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"hasContent\":[32],\"hasImage\":[32],\"setFocus\":[64]}]]],[\"buffer-tools_4\",[[1,\"buffer-tools\",{\"appearance\":[1025],\"distance\":[1026],\"geometries\":[1040],\"max\":[1026],\"min\":[1026],\"sliderTicks\":[1026,\"slider-ticks\"],\"unionResults\":[1028,\"union-results\"],\"unit\":[1025],\"disabled\":[4],\"_translations\":[32]}],[1,\"calcite-input-message\",{\"icon\":[520],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"scale\":[1537],\"status\":[513]}],[0,\"map-draw-tools\",{\"active\":[4],\"drawMode\":[1,\"draw-mode\"],\"editGraphicsEnabled\":[4,\"edit-graphics-enabled\"],\"graphics\":[1040],\"mapView\":[1040],\"pointSymbol\":[1040],\"polylineSymbol\":[1040],\"polygonSymbol\":[1040],\"redoEnabled\":[4,\"redo-enabled\"],\"undoEnabled\":[4,\"undo-enabled\"],\"_translations\":[32],\"_selectionMode\":[32],\"clear\":[64],\"updateGraphics\":[64]}],[17,\"calcite-slider\",{\"disabled\":[516],\"form\":[513],\"groupSeparator\":[516,\"group-separator\"],\"hasHistogram\":[1540,\"has-histogram\"],\"histogram\":[16],\"histogramStops\":[16],\"labelHandles\":[516,\"label-handles\"],\"labelTicks\":[516,\"label-ticks\"],\"max\":[514],\"maxLabel\":[1,\"max-label\"],\"maxValue\":[1026,\"max-value\"],\"min\":[514],\"minLabel\":[1,\"min-label\"],\"minValue\":[1026,\"min-value\"],\"mirrored\":[516],\"name\":[513],\"numberingSystem\":[1,\"numbering-system\"],\"pageStep\":[514,\"page-step\"],\"precise\":[516],\"required\":[516],\"snap\":[516],\"step\":[514],\"ticks\":[514],\"value\":[1538],\"scale\":[513],\"effectiveLocale\":[32],\"minMaxValueRange\":[32],\"minValueDragRange\":[32],\"maxValueDragRange\":[32],\"tickValues\":[32],\"setFocus\":[64]},[[0,\"keydown\",\"keyDownHandler\"],[1,\"pointerdown\",\"pointerDownHandler\"]]]]],[\"calcite-input-text_5\",[[0,\"refine-selection\",{\"addresseeLayer\":[16],\"enabledLayerIds\":[16],\"mapView\":[16],\"selectionSets\":[1040],\"sketchLineSymbol\":[16],\"sketchPointSymbol\":[16],\"sketchPolygonSymbol\":[16],\"_translations\":[32],\"_selectionMode\":[32],\"_refineLayer\":[32]}],[0,\"map-select-tools\",{\"bufferColor\":[8,\"buffer-color\"],\"bufferOutlineColor\":[8,\"buffer-outline-color\"],\"customLabelEnabled\":[4,\"custom-label-enabled\"],\"enabledLayerIds\":[16],\"defaultBufferDistance\":[2,\"default-buffer-distance\"],\"defaultBufferUnit\":[1,\"default-buffer-unit\"],\"geometries\":[16],\"isUpdate\":[4,\"is-update\"],\"layerViews\":[16],\"mapView\":[16],\"noResultText\":[1,\"no-result-text\"],\"searchConfiguration\":[1040],\"selectionSet\":[16],\"selectionLayerIds\":[16],\"selectLayerView\":[16],\"sketchLineSymbol\":[16],\"sketchPointSymbol\":[16],\"sketchPolygonSymbol\":[16],\"_numSelected\":[32],\"_searchDistanceEnabled\":[32],\"_searchTerm\":[32],\"_selectionLoading\":[32],\"_translations\":[32],\"_useLayerFeaturesEnabled\":[32],\"clearSelection\":[64],\"getSelection\":[64]},[[8,\"searchConfigurationChange\",\"searchConfigurationChangeChanged\"],[8,\"distanceChanged\",\"distanceChanged\"],[8,\"unitChanged\",\"unitChanged\"]]],[1,\"pdf-download\",{\"disabled\":[4],\"_translations\":[32],\"downloadCSV\":[64],\"downloadPDF\":[64]}],[1,\"calcite-input-text\",{\"alignment\":[513],\"autofocus\":[516],\"clearable\":[516],\"disabled\":[516],\"form\":[513],\"hidden\":[516],\"icon\":[520],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"label\":[1],\"loading\":[516],\"maxLength\":[514,\"max-length\"],\"minLength\":[514,\"min-length\"],\"name\":[513],\"placeholder\":[1],\"prefixText\":[1,\"prefix-text\"],\"readOnly\":[516,\"read-only\"],\"required\":[516],\"scale\":[1537],\"status\":[513],\"autocomplete\":[1],\"inputMode\":[1,\"input-mode\"],\"enterKeyHint\":[1,\"enter-key-hint\"],\"pattern\":[1],\"suffixText\":[1,\"suffix-text\"],\"editingEnabled\":[1540,\"editing-enabled\"],\"value\":[1025],\"messages\":[1040],\"messageOverrides\":[1040],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"slottedActionElDisabledInternally\":[32],\"setFocus\":[64],\"selectText\":[64]}],[1,\"calcite-notice\",{\"open\":[1540],\"kind\":[513],\"closable\":[516],\"icon\":[520],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"scale\":[513],\"width\":[513],\"messages\":[1040],\"messageOverrides\":[1040],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"setFocus\":[64]}]]],[\"calcite-date-picker-day_3\",[[1,\"calcite-date-picker-month\",{\"selectedDate\":[16],\"activeDate\":[16],\"startDate\":[16],\"endDate\":[16],\"min\":[16],\"max\":[16],\"scale\":[513],\"localeData\":[16],\"hoverRange\":[16]},[[1,\"pointerout\",\"mouseoutHandler\"]]],[1,\"calcite-date-picker-month-header\",{\"selectedDate\":[16],\"activeDate\":[16],\"headingLevel\":[2,\"heading-level\"],\"min\":[16],\"max\":[16],\"scale\":[513],\"localeData\":[16],\"messages\":[1040],\"globalAttributes\":[32],\"nextMonthDate\":[32],\"prevMonthDate\":[32]}],[1,\"calcite-date-picker-day\",{\"day\":[2],\"disabled\":[516],\"currentMonth\":[516,\"current-month\"],\"selected\":[516],\"highlighted\":[516],\"range\":[516],\"startOfRange\":[516,\"start-of-range\"],\"endOfRange\":[516,\"end-of-range\"],\"rangeHover\":[516,\"range-hover\"],\"active\":[516],\"scale\":[513],\"value\":[16]},[[1,\"pointerover\",\"mouseoverHandler\"]]]]],[\"calcite-action-group\",[[17,\"calcite-action-group\",{\"expanded\":[516],\"layout\":[513],\"columns\":[514],\"menuOpen\":[1540,\"menu-open\"],\"scale\":[513],\"messages\":[1040],\"messageOverrides\":[1040],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"setFocus\":[64]}]]],[\"calcite-action-bar_4\",[[1,\"calcite-block\",{\"collapsible\":[516],\"disabled\":[516],\"dragHandle\":[516,\"drag-handle\"],\"heading\":[1],\"headingLevel\":[514,\"heading-level\"],\"loading\":[516],\"open\":[1540],\"status\":[513],\"description\":[1],\"messages\":[1040],\"messageOverrides\":[1040],\"effectiveLocale\":[32],\"defaultMessages\":[32]}],[1,\"calcite-pick-list\",{\"disabled\":[516],\"filteredItems\":[1040],\"filteredData\":[1040],\"filterEnabled\":[516,\"filter-enabled\"],\"filterPlaceholder\":[513,\"filter-placeholder\"],\"filterText\":[1537,\"filter-text\"],\"headingLevel\":[514,\"heading-level\"],\"loading\":[516],\"multiple\":[516],\"selectionFollowsFocus\":[516,\"selection-follows-focus\"],\"selectedValues\":[32],\"dataForFilter\":[32],\"getSelectedItems\":[64],\"setFocus\":[64]},[[0,\"calciteListItemRemove\",\"calciteListItemRemoveHandler\"],[0,\"calciteListItemChange\",\"calciteListItemChangeHandler\"],[0,\"calciteInternalListItemPropsChange\",\"calciteInternalListItemPropsChangeHandler\"],[0,\"calciteInternalListItemValueChange\",\"calciteInternalListItemValueChangeHandler\"],[0,\"focusout\",\"calciteListFocusOutHandler\"]]],[17,\"calcite-action-bar\",{\"expandDisabled\":[516,\"expand-disabled\"],\"expanded\":[1540],\"layout\":[513],\"overflowActionsDisabled\":[516,\"overflow-actions-disabled\"],\"position\":[513],\"scale\":[513],\"messages\":[1040],\"messageOverrides\":[1040],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"overflowActions\":[64],\"setFocus\":[64]}],[1,\"calcite-handle\",{\"activated\":[1540],\"dragHandle\":[513,\"drag-handle\"],\"messages\":[16],\"messageOverrides\":[16],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"setFocus\":[64]}]]],[\"calcite-dropdown_5\",[[1,\"edit-record-modal\",{\"open\":[1028],\"_translations\":[32]}],[17,\"calcite-split-button\",{\"appearance\":[513],\"kind\":[513],\"disabled\":[516],\"active\":[1540],\"dropdownIconType\":[513,\"dropdown-icon-type\"],\"dropdownLabel\":[513,\"dropdown-label\"],\"loading\":[516],\"overlayPositioning\":[513,\"overlay-positioning\"],\"primaryIconEnd\":[513,\"primary-icon-end\"],\"primaryIconFlipRtl\":[513,\"primary-icon-flip-rtl\"],\"primaryIconStart\":[513,\"primary-icon-start\"],\"primaryLabel\":[513,\"primary-label\"],\"primaryText\":[513,\"primary-text\"],\"scale\":[513],\"width\":[513],\"setFocus\":[64]}],[1,\"calcite-dropdown-item\",{\"selected\":[1540],\"iconFlipRtl\":[513,\"icon-flip-rtl\"],\"iconStart\":[513,\"icon-start\"],\"iconEnd\":[513,\"icon-end\"],\"href\":[513],\"label\":[1],\"rel\":[513],\"target\":[513],\"setFocus\":[64]},[[0,\"click\",\"onClick\"],[0,\"keydown\",\"keyDownHandler\"],[16,\"calciteInternalDropdownItemChange\",\"updateActiveItemOnChange\"]]],[17,\"calcite-dropdown-group\",{\"groupTitle\":[513,\"group-title\"],\"selectionMode\":[513,\"selection-mode\"],\"scale\":[513]},[[0,\"calciteInternalDropdownItemSelect\",\"updateActiveItemOnChange\"]]],[17,\"calcite-dropdown\",{\"open\":[1540],\"closeOnSelectDisabled\":[516,\"close-on-select-disabled\"],\"disabled\":[516],\"flipPlacements\":[16],\"maxItems\":[514,\"max-items\"],\"overlayPositioning\":[513,\"overlay-positioning\"],\"placement\":[513],\"scale\":[513],\"selectedItems\":[1040],\"type\":[513],\"width\":[513],\"setFocus\":[64],\"reposition\":[64]},[[9,\"pointerdown\",\"closeCalciteDropdownOnClick\"],[0,\"calciteInternalDropdownCloseRequest\",\"closeCalciteDropdownOnEvent\"],[8,\"calciteDropdownOpen\",\"closeCalciteDropdownOnOpenEvent\"],[1,\"pointerenter\",\"mouseEnterHandler\"],[1,\"pointerleave\",\"mouseLeaveHandler\"],[0,\"calciteInternalDropdownItemKeyEvent\",\"calciteInternalDropdownItemKeyEvent\"],[0,\"calciteInternalDropdownItemSelect\",\"handleItemSelect\"]]]]],[\"calcite-filter_5\",[[1,\"calcite-list\",{\"disabled\":[516],\"filterEnabled\":[516,\"filter-enabled\"],\"filteredItems\":[1040],\"filteredData\":[1040],\"filterPlaceholder\":[513,\"filter-placeholder\"],\"filterText\":[1537,\"filter-text\"],\"label\":[1],\"loading\":[516],\"openable\":[4],\"selectedItems\":[1040],\"selectionMode\":[513,\"selection-mode\"],\"selectionAppearance\":[513,\"selection-appearance\"],\"dataForFilter\":[32],\"setFocus\":[64]},[[0,\"calciteInternalFocusPreviousItem\",\"handleCalciteInternalFocusPreviousItem\"],[0,\"calciteInternalListItemActive\",\"handleCalciteListItemActive\"],[0,\"calciteInternalListItemSelect\",\"handleCalciteListItemSelect\"]]],[1,\"calcite-list-item\",{\"active\":[4],\"description\":[1],\"disabled\":[516],\"label\":[1],\"metadata\":[16],\"open\":[1540],\"setSize\":[2,\"set-size\"],\"setPosition\":[2,\"set-position\"],\"selected\":[1540],\"value\":[8],\"selectionMode\":[1025,\"selection-mode\"],\"selectionAppearance\":[1025,\"selection-appearance\"],\"level\":[32],\"visualLevel\":[32],\"parentListEl\":[32],\"openable\":[32],\"hasActionsStart\":[32],\"hasActionsEnd\":[32],\"hasCustomContent\":[32],\"hasContentStart\":[32],\"hasContentEnd\":[32],\"setFocus\":[64]}],[1,\"calcite-segmented-control-item\",{\"checked\":[1540],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"iconStart\":[513,\"icon-start\"],\"iconEnd\":[513,\"icon-end\"],\"value\":[1032]}],[1,\"calcite-segmented-control\",{\"appearance\":[513],\"disabled\":[516],\"form\":[513],\"required\":[516],\"layout\":[513],\"name\":[513],\"scale\":[513],\"value\":[1025],\"selectedItem\":[1040],\"width\":[513],\"setFocus\":[64]},[[0,\"calciteInternalSegmentedControlItemChange\",\"handleSelected\"],[0,\"keydown\",\"handleKeyDown\"]]],[17,\"calcite-filter\",{\"items\":[16],\"disabled\":[516],\"filteredItems\":[1040],\"placeholder\":[1],\"scale\":[513],\"value\":[1025],\"messages\":[1040],\"messageOverrides\":[1040],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"setFocus\":[64]}]]],[\"calcite-panel_2\",[[1,\"calcite-shell\",{\"contentBehind\":[516,\"content-behind\"],\"hasHeader\":[32],\"hasFooter\":[32],\"hasAlerts\":[32],\"hasModals\":[32]}],[1,\"calcite-panel\",{\"closed\":[1540],\"disabled\":[516],\"closable\":[516],\"headingLevel\":[514,\"heading-level\"],\"loading\":[516],\"heading\":[1],\"description\":[1],\"menuOpen\":[516,\"menu-open\"],\"messageOverrides\":[1040],\"messages\":[1040],\"hasStartActions\":[32],\"hasEndActions\":[32],\"hasMenuItems\":[32],\"hasHeaderContent\":[32],\"hasFooterContent\":[32],\"hasFooterActions\":[32],\"hasFab\":[32],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"setFocus\":[64],\"scrollContentTo\":[64]}]]],[\"calcite-combobox_3\",[[0,\"map-layer-picker\",{\"enabledLayerIds\":[16],\"mapView\":[16],\"selectedLayerIds\":[1040],\"selectionMode\":[1537,\"selection-mode\"],\"layerIds\":[32]}],[1,\"calcite-combobox\",{\"open\":[1540],\"disabled\":[516],\"form\":[513],\"label\":[1],\"placeholder\":[1],\"placeholderIcon\":[513,\"placeholder-icon\"],\"placeholderIconFlipRtl\":[516,\"placeholder-icon-flip-rtl\"],\"maxItems\":[514,\"max-items\"],\"name\":[513],\"allowCustomValues\":[516,\"allow-custom-values\"],\"overlayPositioning\":[513,\"overlay-positioning\"],\"required\":[516],\"selectionMode\":[513,\"selection-mode\"],\"scale\":[513],\"value\":[1025],\"flipPlacements\":[16],\"messages\":[1040],\"messageOverrides\":[1040],\"selectedItems\":[1040],\"filteredItems\":[1040],\"items\":[32],\"groupItems\":[32],\"needsIcon\":[32],\"activeItemIndex\":[32],\"activeChipIndex\":[32],\"activeDescendant\":[32],\"text\":[32],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"reposition\":[64],\"setFocus\":[64]},[[5,\"pointerdown\",\"documentClickHandler\"],[0,\"calciteComboboxItemChange\",\"calciteComboboxItemChangeHandler\"]]],[1,\"calcite-combobox-item\",{\"disabled\":[516],\"selected\":[1540],\"active\":[516],\"ancestors\":[1040],\"guid\":[513],\"icon\":[513],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"textLabel\":[513,\"text-label\"],\"value\":[8],\"filterDisabled\":[516,\"filter-disabled\"]}]]],[\"calcite-tree_3\",[[0,\"solution-item-icon\",{\"isPortal\":[4,\"is-portal\"],\"type\":[1],\"typeKeywords\":[16]}],[1,\"calcite-tree-item\",{\"disabled\":[516],\"expanded\":[1540],\"iconFlipRtl\":[513,\"icon-flip-rtl\"],\"iconStart\":[513,\"icon-start\"],\"selected\":[1540],\"parentExpanded\":[4,\"parent-expanded\"],\"depth\":[1538],\"hasChildren\":[1540,\"has-children\"],\"lines\":[1540],\"scale\":[1537],\"indeterminate\":[516],\"selectionMode\":[1537,\"selection-mode\"],\"updateAfterInitialRender\":[32],\"hasEndActions\":[32]},[[0,\"click\",\"onClick\"],[0,\"keydown\",\"keyDownHandler\"]]],[1,\"calcite-tree\",{\"lines\":[1540],\"child\":[1540],\"scale\":[1537],\"selectionMode\":[1537,\"selection-mode\"],\"selectedItems\":[1040]},[[0,\"focus\",\"onFocus\"],[0,\"focusin\",\"onFocusIn\"],[0,\"focusout\",\"onFocusOut\"],[0,\"calciteInternalTreeItemSelect\",\"onClick\"],[0,\"keydown\",\"keyDownHandler\"]]]]],[\"calcite-option_2\",[[1,\"calcite-select\",{\"disabled\":[516],\"form\":[513],\"label\":[1],\"name\":[513],\"required\":[516],\"scale\":[513],\"value\":[1025],\"selectedOption\":[1040],\"width\":[513],\"setFocus\":[64]},[[0,\"calciteInternalOptionChange\",\"handleOptionOrGroupChange\"],[0,\"calciteInternalOptionGroupChange\",\"handleOptionOrGroupChange\"]]],[1,\"calcite-option\",{\"disabled\":[516],\"label\":[1025],\"selected\":[516],\"value\":[1032]}]]],[\"calcite-input_2\",[[1,\"calcite-input\",{\"alignment\":[513],\"autofocus\":[516],\"clearable\":[516],\"disabled\":[516],\"form\":[513],\"groupSeparator\":[516,\"group-separator\"],\"hidden\":[516],\"icon\":[520],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"label\":[1],\"loading\":[516],\"numberingSystem\":[513,\"numbering-system\"],\"localeFormat\":[4,\"locale-format\"],\"max\":[514],\"min\":[514],\"maxLength\":[514,\"max-length\"],\"minLength\":[514,\"min-length\"],\"name\":[513],\"numberButtonType\":[513,\"number-button-type\"],\"placeholder\":[1],\"prefixText\":[1,\"prefix-text\"],\"readOnly\":[516,\"read-only\"],\"required\":[516],\"scale\":[1537],\"status\":[1537],\"step\":[520],\"autocomplete\":[1],\"pattern\":[1],\"accept\":[1],\"multiple\":[4],\"inputMode\":[1,\"input-mode\"],\"enterKeyHint\":[1,\"enter-key-hint\"],\"suffixText\":[1,\"suffix-text\"],\"editingEnabled\":[1540,\"editing-enabled\"],\"type\":[513],\"value\":[1025],\"messages\":[1040],\"messageOverrides\":[1040],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"localizedValue\":[32],\"slottedActionElDisabledInternally\":[32],\"setFocus\":[64],\"selectText\":[64],\"internalSyncChildElValue\":[64]}],[1,\"calcite-progress\",{\"type\":[513],\"value\":[2],\"label\":[1],\"text\":[1],\"reversed\":[516]}]]],[\"calcite-shell-panel_14\",[[0,\"solution-template-data\",{\"instanceid\":[1537],\"itemId\":[1537,\"item-id\"],\"organizationVariables\":[1537,\"organization-variables\"],\"solutionVariables\":[1537,\"solution-variables\"],\"varsOpen\":[1540,\"vars-open\"],\"_translations\":[32],\"value\":[32]}],[1,\"solution-resource-item\",{\"authentication\":[1040],\"itemId\":[1537,\"item-id\"],\"resourceFilePaths\":[32],\"resources\":[32],\"_translations\":[32]}],[0,\"solution-item-details\",{\"itemId\":[1537,\"item-id\"],\"itemDetails\":[32],\"itemEdit\":[32],\"_translations\":[32],\"thumbnail\":[32],\"thumbnailContainer\":[32]},[[0,\"calciteInputInput\",\"inputReceivedHandler\"]]],[1,\"solution-item-sharing\",{\"groupId\":[1537,\"group-id\"],\"_translations\":[32],\"sharing\":[32],\"getShareInfo\":[64]}],[1,\"solution-variables\",{\"value\":[1537],\"_solutionVariables\":[32],\"_translations\":[32]}],[1,\"calcite-value-list-item\",{\"description\":[513],\"disabled\":[516],\"deselectDisabled\":[4,\"deselect-disabled\"],\"nonInteractive\":[516,\"non-interactive\"],\"handleActivated\":[1028,\"handle-activated\"],\"icon\":[513],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"label\":[513],\"metadata\":[16],\"removable\":[516],\"selected\":[1540],\"value\":[8],\"toggleSelected\":[64],\"setFocus\":[64]},[[0,\"calciteListItemChange\",\"calciteListItemChangeHandler\"]]],[1,\"solution-organization-variables\",{\"value\":[1537],\"_organizationVariables\":[32],\"_translations\":[32]}],[0,\"json-editor\",{\"hasChanges\":[1540,\"has-changes\"],\"hasErrors\":[1540,\"has-errors\"],\"instanceid\":[1544],\"value\":[1544],\"getEditorContents\":[64],\"prepareForDeletion\":[64],\"replaceCurrentSelection\":[64],\"reset\":[64]}],[1,\"calcite-tab-title\",{\"selected\":[1540],\"disabled\":[516],\"iconEnd\":[513,\"icon-end\"],\"iconFlipRtl\":[513,\"icon-flip-rtl\"],\"iconStart\":[513,\"icon-start\"],\"layout\":[1537],\"position\":[1537],\"scale\":[1537],\"bordered\":[1540],\"tab\":[513],\"controls\":[32],\"hasText\":[32],\"getTabIndex\":[64],\"getTabIdentifier\":[64],\"updateAriaInfo\":[64]},[[16,\"calciteInternalTabChange\",\"internalTabChangeHandler\"],[0,\"click\",\"onClick\"],[0,\"keydown\",\"keyDownHandler\"]]],[1,\"calcite-shell-panel\",{\"collapsed\":[516],\"detached\":[516],\"detachedHeightScale\":[513,\"detached-height-scale\"],\"widthScale\":[513,\"width-scale\"],\"position\":[513],\"resizable\":[516],\"messages\":[1040],\"messageOverrides\":[1040],\"contentWidth\":[32],\"defaultMessages\":[32],\"effectiveLocale\":[32]}],[1,\"calcite-tab\",{\"tab\":[513],\"selected\":[1540],\"scale\":[1537],\"labeledBy\":[32],\"getTabIndex\":[64],\"updateAriaInfo\":[64]},[[16,\"calciteInternalTabChange\",\"internalTabChangeHandler\"]]],[1,\"calcite-tab-nav\",{\"storageId\":[513,\"storage-id\"],\"syncId\":[513,\"sync-id\"],\"selectedTitle\":[1040],\"scale\":[1537],\"layout\":[1537],\"position\":[1537],\"bordered\":[1540],\"indicatorOffset\":[1026,\"indicator-offset\"],\"indicatorWidth\":[1026,\"indicator-width\"],\"selectedTabId\":[32]},[[0,\"calciteInternalTabsFocusPrevious\",\"focusPreviousTabHandler\"],[0,\"calciteInternalTabsFocusNext\",\"focusNextTabHandler\"],[0,\"calciteInternalTabsFocusFirst\",\"focusFirstTabHandler\"],[0,\"calciteInternalTabsFocusLast\",\"focusLastTabHandler\"],[0,\"calciteInternalTabsActivate\",\"internalActivateTabHandler\"],[0,\"calciteTabsActivate\",\"activateTabHandler\"],[0,\"calciteInternalTabTitleRegister\",\"updateTabTitles\"],[16,\"calciteInternalTabChange\",\"globalInternalTabChangeHandler\"],[0,\"calciteInternalTabIconChanged\",\"iconStartChangeHandler\"]]],[1,\"calcite-tabs\",{\"layout\":[513],\"position\":[513],\"scale\":[513],\"bordered\":[4],\"titles\":[32],\"tabs\":[32]},[[0,\"calciteInternalTabTitleRegister\",\"calciteInternalTabTitleRegister\"],[16,\"calciteTabTitleUnregister\",\"calciteTabTitleUnregister\"],[0,\"calciteInternalTabRegister\",\"calciteInternalTabRegister\"],[16,\"calciteTabUnregister\",\"calciteTabUnregister\"]]],[1,\"calcite-value-list\",{\"disabled\":[516],\"dragEnabled\":[516,\"drag-enabled\"],\"filteredItems\":[1040],\"filteredData\":[1040],\"filterEnabled\":[516,\"filter-enabled\"],\"filterPlaceholder\":[513,\"filter-placeholder\"],\"filterText\":[1537,\"filter-text\"],\"group\":[513],\"loading\":[516],\"multiple\":[516],\"selectionFollowsFocus\":[516,\"selection-follows-focus\"],\"messageOverrides\":[1040],\"messages\":[1040],\"dataForFilter\":[32],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"selectedValues\":[32],\"getSelectedItems\":[64],\"setFocus\":[64]},[[0,\"focusout\",\"calciteListFocusOutHandler\"],[0,\"calciteListItemRemove\",\"calciteListItemRemoveHandler\"],[0,\"calciteListItemChange\",\"calciteListItemChangeHandler\"],[0,\"calciteInternalListItemPropsChange\",\"calciteInternalListItemPropsChangeHandler\"],[0,\"calciteInternalListItemValueChange\",\"calciteInternalListItemValueChangeHandler\"],[0,\"calciteValueListItemDragHandleBlur\",\"handleValueListItemBlur\"]]]]]]"), options);
23
23
  });
24
24
  };
25
25
 
@@ -349,4 +349,4 @@ async function goToSelection(ids, layerView, mapView, flashFeatures = true, feat
349
349
  }
350
350
  }
351
351
 
352
- export { getQueryGeoms as a, getMapLayerView as b, queryFeaturesByGeometry as c, getIdSets as d, highlightAllFeatures as e, queryFeaturesByID as f, goToSelection as g, highlightFeatures as h, getMapLayerIds as i, queryAllFeatures as j, getMapLayerHash as k, queryObjectIds as q };
352
+ export { queryObjectIds as a, getQueryGeoms as b, getMapLayerView as c, queryFeaturesByGeometry as d, getIdSets as e, highlightAllFeatures as f, goToSelection as g, highlightFeatures as h, getMapLayerIds as i, queryAllFeatures as j, getMapLayerHash as k, queryFeaturesByID as q };