@esri/solutions-components 0.6.3 → 0.6.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (85) hide show
  1. package/dist/cjs/buffer-tools_4.cjs.entry.js +1 -1
  2. package/dist/cjs/calcite-combobox_6.cjs.entry.js +74 -52
  3. package/dist/cjs/calcite-input-text_4.cjs.entry.js +9 -9
  4. package/dist/cjs/card-manager_3.cjs.entry.js +36 -29
  5. package/dist/cjs/crowdsource-manager.cjs.entry.js +2 -2
  6. package/dist/cjs/{downloadUtils-6d4e269f.js → downloadUtils-4aadf4b0.js} +4 -3
  7. package/dist/cjs/edit-card_2.cjs.entry.js +11 -6
  8. package/dist/cjs/{index.es-fc923796.js → index.es-17db3b89.js} +2 -2
  9. package/dist/cjs/loader.cjs.js +1 -1
  10. package/dist/cjs/{mapViewUtils-efc49df7.js → mapViewUtils-77a1ff88.js} +48 -6
  11. package/dist/cjs/public-notification.cjs.entry.js +3 -3
  12. package/dist/cjs/{publicNotificationStore-cd1a32c3.js → publicNotificationStore-ec1bdd2d.js} +5 -1
  13. package/dist/cjs/solutions-components.cjs.js +1 -1
  14. package/dist/collection/components/card-manager/card-manager.js +8 -8
  15. package/dist/collection/components/crowdsource-manager/crowdsource-manager.css +2 -2
  16. package/dist/collection/components/crowdsource-manager/crowdsource-manager.js +1 -1
  17. package/dist/collection/components/edit-card/edit-card.css +1 -1
  18. package/dist/collection/components/edit-card/edit-card.js +7 -1
  19. package/dist/collection/components/info-card/info-card.js +4 -5
  20. package/dist/collection/components/layer-table/layer-table.js +34 -27
  21. package/dist/collection/components/map-layer-picker/map-layer-picker.js +110 -54
  22. package/dist/collection/components/map-select-tools/map-select-tools.js +5 -5
  23. package/dist/collection/components/refine-selection/refine-selection.js +3 -3
  24. package/dist/collection/demos/crowdsource-manager.html +31 -16
  25. package/dist/collection/utils/downloadUtils.js +2 -1
  26. package/dist/collection/utils/downloadUtils.ts +1 -1
  27. package/dist/collection/utils/interfaces.ts +6 -5
  28. package/dist/collection/utils/mapViewUtils.js +44 -5
  29. package/dist/collection/utils/mapViewUtils.ts +52 -7
  30. package/dist/collection/utils/publicNotificationStore.js +5 -1
  31. package/dist/collection/utils/publicNotificationStore.ts +5 -1
  32. package/dist/components/card-manager2.js +5 -5
  33. package/dist/components/crowdsource-manager.js +2 -2
  34. package/dist/components/downloadUtils.js +2 -1
  35. package/dist/components/edit-card2.js +7 -1
  36. package/dist/components/info-card2.js +4 -5
  37. package/dist/components/layer-table2.js +33 -26
  38. package/dist/components/map-layer-picker2.js +78 -54
  39. package/dist/components/map-select-tools2.js +5 -5
  40. package/dist/components/mapViewUtils.js +45 -6
  41. package/dist/components/publicNotificationStore.js +5 -1
  42. package/dist/components/refine-selection2.js +3 -3
  43. package/dist/esm/buffer-tools_4.entry.js +1 -1
  44. package/dist/esm/calcite-combobox_6.entry.js +74 -52
  45. package/dist/esm/calcite-input-text_4.entry.js +9 -9
  46. package/dist/esm/card-manager_3.entry.js +36 -29
  47. package/dist/esm/crowdsource-manager.entry.js +2 -2
  48. package/dist/esm/{downloadUtils-1092cb0f.js → downloadUtils-3b5f85d9.js} +4 -3
  49. package/dist/esm/edit-card_2.entry.js +11 -6
  50. package/dist/esm/{index.es-08a48fdd.js → index.es-bb9196f6.js} +2 -2
  51. package/dist/esm/loader.js +1 -1
  52. package/dist/esm/{mapViewUtils-a787c6a8.js → mapViewUtils-55ea1e10.js} +45 -6
  53. package/dist/esm/public-notification.entry.js +3 -3
  54. package/dist/esm/{publicNotificationStore-c36d95bf.js → publicNotificationStore-6ef555f3.js} +5 -1
  55. package/dist/esm/solutions-components.js +1 -1
  56. package/dist/solutions-components/demos/crowdsource-manager.html +31 -16
  57. package/dist/solutions-components/{p-841a5f97.entry.js → p-03179924.entry.js} +1 -1
  58. package/dist/solutions-components/{p-a29ba58a.js → p-477ae127.js} +2 -2
  59. package/dist/solutions-components/p-4af3f843.js +36 -0
  60. package/dist/solutions-components/{p-5b260e5f.js → p-6015e2ee.js} +1 -1
  61. package/dist/solutions-components/{p-ad60a547.js → p-9807924d.js} +3 -3
  62. package/dist/solutions-components/{p-781480c2.entry.js → p-a56f965e.entry.js} +1 -1
  63. package/dist/solutions-components/{p-5a6ca63b.entry.js → p-cdc0bb97.entry.js} +6 -6
  64. package/dist/solutions-components/{p-6305f474.entry.js → p-d3fd28e9.entry.js} +1 -1
  65. package/dist/solutions-components/p-d83da8a0.entry.js +11 -0
  66. package/dist/solutions-components/p-d875f38c.entry.js +6 -0
  67. package/dist/solutions-components/p-ef235c88.entry.js +6 -0
  68. package/dist/solutions-components/solutions-components.esm.js +1 -1
  69. package/dist/solutions-components/utils/downloadUtils.ts +1 -1
  70. package/dist/solutions-components/utils/interfaces.ts +6 -5
  71. package/dist/solutions-components/utils/mapViewUtils.ts +52 -7
  72. package/dist/solutions-components/utils/publicNotificationStore.ts +5 -1
  73. package/dist/types/components/card-manager/card-manager.d.ts +2 -2
  74. package/dist/types/components/edit-card/edit-card.d.ts +6 -2
  75. package/dist/types/components/layer-table/layer-table.d.ts +4 -4
  76. package/dist/types/components/map-layer-picker/map-layer-picker.d.ts +34 -19
  77. package/dist/types/components.d.ts +22 -6
  78. package/dist/types/utils/interfaces.d.ts +4 -3
  79. package/dist/types/utils/mapViewUtils.d.ts +22 -5
  80. package/dist/types/utils/publicNotificationStore.d.ts +2 -0
  81. package/package.json +1 -1
  82. package/dist/solutions-components/p-0641aa9b.js +0 -36
  83. package/dist/solutions-components/p-74a2d025.entry.js +0 -6
  84. package/dist/solutions-components/p-a62c1b3c.entry.js +0 -6
  85. package/dist/solutions-components/p-ccf5c0ff.entry.js +0 -11
@@ -22,5 +22,5 @@ const patchBrowser = () => {
22
22
 
23
23
  patchBrowser().then(options => {
24
24
  globalScripts();
25
- 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\"],\"defaultExportTitle\":[1,\"default-export-title\"],\"defaultNumLabelsPerPage\":[8,\"default-num-labels-per-page\"],\"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],\"_fetchingData\":[32],\"_isMobile\":[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\"],\"alphaChannel\":[4,\"alpha-channel\"],\"channelsDisabled\":[4,\"channels-disabled\"],\"color\":[1040],\"disabled\":[516],\"format\":[513],\"hideChannels\":[516,\"hide-channels\"],\"hexDisabled\":[4,\"hex-disabled\"],\"hideHex\":[516,\"hide-hex\"],\"hideSaved\":[516,\"hide-saved\"],\"savedDisabled\":[516,\"saved-disabled\"],\"scale\":[513],\"storageId\":[513,\"storage-id\"],\"messageOverrides\":[1040],\"numberingSystem\":[513,\"numbering-system\"],\"value\":[1025],\"messages\":[1040],\"defaultMessages\":[32],\"channelMode\":[32],\"channels\":[32],\"dimensions\":[32],\"effectiveLocale\":[32],\"savedColors\":[32],\"colorFieldScopeTop\":[32],\"colorFieldScopeLeft\":[32],\"hueScopeLeft\":[32],\"opacityScopeLeft\":[32],\"scopeOrientation\":[32],\"setFocus\":[64]},[[2,\"keydown\",\"handleChannelKeyUpOrDown\"],[2,\"keyup\",\"handleChannelKeyUpOrDown\"]]]]],[\"pci-calculator\",[[1,\"pci-calculator\",{\"showAddDeduct\":[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-block\",[[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]}]]],[\"calcite-input-date-picker\",[[17,\"calcite-input-date-picker\",{\"disabled\":[516],\"focusTrapDisabled\":[516,\"focus-trap-disabled\"],\"form\":[513],\"readOnly\":[516,\"read-only\"],\"value\":[1025],\"flipPlacements\":[16],\"headingLevel\":[514,\"heading-level\"],\"valueAsDate\":[1040],\"messageOverrides\":[1040],\"messages\":[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],\"datePickerActiveDate\":[32],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"focusedInput\":[32],\"localeData\":[32],\"setFocus\":[64],\"reposition\":[64]},[[0,\"calciteDaySelect\",\"calciteDaySelectHandler\"]]]]],[\"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]}]]],[\"calcite-menu-item\",[[1,\"calcite-menu-item\",{\"active\":[516],\"breadcrumb\":[516],\"href\":[1],\"iconEnd\":[513,\"icon-end\"],\"iconFlipRtl\":[513,\"icon-flip-rtl\"],\"iconStart\":[513,\"icon-start\"],\"isTopLevelItem\":[4,\"is-top-level-item\"],\"label\":[1],\"layout\":[513],\"messageOverrides\":[1040],\"messages\":[1040],\"open\":[1540],\"rel\":[513],\"target\":[513],\"text\":[1],\"topLevelMenuLayout\":[1,\"top-level-menu-layout\"],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"hasSubmenu\":[32],\"submenuItems\":[32],\"setFocus\":[64]},[[8,\"click\",\"handleClickOut\"],[0,\"focusout\",\"handleFocusOut\"]]]]],[\"calcite-split-button\",[[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]}]]],[\"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-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-navigation\",[[1,\"calcite-navigation\",{\"label\":[1],\"navigationAction\":[516,\"navigation-action\"],\"logoSlotHasElements\":[32],\"navigationActionSlotHasElements\":[32],\"primaryContentCenterSlotHasElements\":[32],\"primaryContentEndSlotHasElements\":[32],\"primaryContentStartSlotHasElements\":[32],\"progressSlotHasElement\":[32],\"secondarySlotHasElements\":[32],\"tertiarySlotHasElements\":[32],\"userSlotHasElements\":[32],\"setFocus\":[64]}]]],[\"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-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-navigation-user\",[[17,\"calcite-navigation-user\",{\"active\":[516],\"fullName\":[1,\"full-name\"],\"label\":[1],\"textDisabled\":[516,\"text-disabled\"],\"thumbnail\":[1],\"userId\":[1,\"user-id\"],\"username\":[1],\"setFocus\":[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-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],\"numberingSystem\":[1,\"numbering-system\"],\"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-chip-group\",[[1,\"calcite-chip-group\",{\"disabled\":[516],\"label\":[1],\"scale\":[513],\"selectionMode\":[513,\"selection-mode\"],\"selectedItems\":[1040],\"setFocus\":[64]},[[0,\"calciteInternalChipKeyEvent\",\"calciteInternalChipKeyEventListener\"],[0,\"calciteChipClose\",\"calciteChipCloseListener\"],[0,\"calciteChipSelect\",\"calciteChipSelectListener\"]]]]],[\"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-navigation-logo\",[[17,\"calcite-navigation-logo\",{\"active\":[516],\"href\":[513],\"label\":[1],\"rel\":[513],\"description\":[1],\"target\":[513],\"heading\":[1],\"thumbnail\":[1],\"setFocus\":[64]}]]],[\"calcite-option-group\",[[1,\"calcite-option-group\",{\"disabled\":[516],\"label\":[1]}]]],[\"calcite-pick-list\",[[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\"]]]]],[\"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\",\"pointerEnterHandler\"],[1,\"pointerleave\",\"pointerLeaveHandler\"]]]]],[\"calcite-radio-button-group\",[[1,\"calcite-radio-button-group\",{\"disabled\":[516],\"hidden\":[516],\"layout\":[513],\"name\":[513],\"required\":[516],\"selectedItem\":[1040],\"scale\":[513],\"radioButtons\":[32],\"setFocus\":[64]},[[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]},[[0,\"calciteHandleNudge\",\"calciteHandleNudgeNextHandler\"]]]]],[\"calcite-stack\",[[1,\"calcite-stack\",{\"disabled\":[516],\"hasActionsStart\":[32],\"hasActionsEnd\":[32],\"hasContentStart\":[32],\"hasContentEnd\":[32]}]]],[\"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\"]}]]],[\"crowdsource-reporter\",[[1,\"crowdsource-reporter\"]]],[\"list-item\",[[1,\"list-item\"]]],[\"store-manager\",[[0,\"store-manager\",{\"value\":[1537],\"templates\":[1040],\"authentication\":[1040]}]]],[\"calcite-icon\",[[1,\"calcite-icon\",{\"icon\":[513],\"flipRtl\":[516,\"flip-rtl\"],\"scale\":[513],\"textLabel\":[1,\"text-label\"],\"pathData\":[32],\"visible\":[32]}]]],[\"deduct-calculator\",[[1,\"deduct-calculator\"]]],[\"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],\"activeEndDate\":[32],\"activeStartDate\":[32],\"dateTimeFormat\":[32],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"endAsDate\":[32],\"hoverRange\":[32],\"localeData\":[32],\"startAsDate\":[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-avatar\",[[1,\"calcite-avatar\",{\"scale\":[513],\"thumbnail\":[513],\"fullName\":[513,\"full-name\"],\"username\":[513],\"userId\":[513,\"user-id\"],\"label\":[1],\"thumbnailFailedToLoad\":[32]}]]],[\"calcite-handle\",[[1,\"calcite-handle\",{\"activated\":[1540],\"dragHandle\":[513,\"drag-handle\"],\"messages\":[16],\"messageOverrides\":[16],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"setFocus\":[64]}]]],[\"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-menu\",[[17,\"calcite-menu\",{\"label\":[1],\"layout\":[513],\"messageOverrides\":[1040],\"messages\":[1040],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"globalAttributes\":[32],\"setFocus\":[64]},[[0,\"calciteInternalMenuItemKeyEvent\",\"calciteInternalNavMenuItemKeyEvent\"]]]]],[\"calcite-loader\",[[1,\"calcite-loader\",{\"inline\":[516],\"label\":[1],\"scale\":[513],\"type\":[513],\"value\":[2],\"text\":[1]}]]],[\"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],\"tooltipText\":[32],\"setFocus\":[64]}]]],[\"calcite-action_2\",[[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],\"floatingLayout\":[32],\"effectiveReferenceElement\":[32],\"defaultMessages\":[32],\"reposition\":[64],\"setFocus\":[64],\"updateFocusTrapElements\":[64]}],[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]}]]],[\"calcite-input-time-picker\",[[17,\"calcite-input-time-picker\",{\"open\":[1540],\"disabled\":[516],\"focusTrapDisabled\":[516,\"focus-trap-disabled\"],\"form\":[513],\"readOnly\":[516,\"read-only\"],\"messageOverrides\":[1040],\"messages\":[1040],\"name\":[1],\"numberingSystem\":[1,\"numbering-system\"],\"required\":[516],\"scale\":[513],\"overlayPositioning\":[1,\"overlay-positioning\"],\"placement\":[513],\"step\":[2],\"value\":[1025],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"setFocus\":[64],\"reposition\":[64]}]]],[\"calcite-action-bar_2\",[[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-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],\"floatingLayout\":[32],\"reposition\":[64]}]]],[\"map-tools\",[[1,\"map-tools\",{\"layout\":[1],\"mapView\":[16],\"_translations\":[32],\"_showTools\":[32],\"_showBasemapPicker\":[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\":[513],\"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-color-picker-hex-input_2\",[[1,\"calcite-color-picker-hex-input\",{\"allowEmpty\":[4,\"allow-empty\"],\"alphaChannel\":[4,\"alpha-channel\"],\"hexLabel\":[1,\"hex-label\"],\"messages\":[16],\"numberingSystem\":[1,\"numbering-system\"],\"scale\":[513],\"value\":[1537],\"internalColor\":[32],\"setFocus\":[64]}],[1,\"calcite-color-picker-swatch\",{\"active\":[516],\"color\":[1],\"scale\":[513]}]]],[\"calcite-notice\",[[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-chip\",[[1,\"calcite-chip\",{\"disabled\":[516],\"appearance\":[513],\"kind\":[513],\"closable\":[516],\"icon\":[513],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"scale\":[513],\"label\":[1],\"value\":[8],\"closed\":[1540],\"selectionMode\":[1,\"selection-mode\"],\"selected\":[1540],\"messageOverrides\":[1040],\"messages\":[1040],\"interactive\":[4],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"hasText\":[32],\"hasImage\":[32],\"setFocus\":[64]},[[0,\"keydown\",\"keyDownHandler\"],[0,\"click\",\"clickHandler\"]]]]],[\"calcite-label\",[[1,\"calcite-label\",{\"alignment\":[513],\"for\":[513],\"scale\":[513],\"layout\":[513]}]]],[\"calcite-scrim\",[[1,\"calcite-scrim\",{\"loading\":[516],\"messages\":[1040],\"messageOverrides\":[1040],\"loaderScale\":[32],\"defaultMessages\":[32],\"effectiveLocale\":[32]}]]],[\"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-action-group_2\",[[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]}],[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\"]]]]],[\"calcite-panel_2\",[[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],\"hasActionBar\":[32],\"hasFooterContent\":[32],\"hasFooterActions\":[32],\"hasFab\":[32],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"setFocus\":[64],\"scrollContentTo\":[64]}],[1,\"calcite-shell\",{\"contentBehind\":[516,\"content-behind\"],\"hasHeader\":[32],\"hasFooter\":[32],\"hasAlerts\":[32],\"hasModals\":[32]}]]],[\"card-manager_3\",[[0,\"layer-table\",{\"mapView\":[16],\"_alertOpen\":[32],\"_fetchingData\":[32],\"_layerView\":[32],\"_selectedIndexes\":[32],\"_showOnlySelected\":[32],\"_translations\":[32],\"getSelectedGraphics\":[64]}],[0,\"map-card\",{\"mapInfos\":[16],\"mapView\":[16],\"_mapListExpanded\":[32],\"_translations\":[32],\"_webMapInfo\":[32]}],[0,\"card-manager\",{\"layerView\":[16],\"mapView\":[16],\"_cardLoading\":[32],\"_graphics\":[32],\"_translations\":[32]},[[8,\"featureSelectionChange\",\"featureSelectionChange\"],[8,\"layerSelectionChange\",\"layerSelectionChange\"]]]]],[\"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]}]]],[\"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-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\"],[8,\"calciteInternalAlertUnregister\",\"alertUnregister\"]]]]],[\"calcite-segmented-control_2\",[[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\"]]]]],[\"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-graph\",[[1,\"calcite-graph\",{\"data\":[16],\"colorStops\":[16],\"highlightMin\":[2,\"highlight-min\"],\"highlightMax\":[2,\"highlight-max\"],\"min\":[514],\"max\":[514]}]]],[\"calcite-switch\",[[1,\"calcite-switch\",{\"disabled\":[516],\"form\":[513],\"label\":[1],\"name\":[513],\"scale\":[513],\"checked\":[1540],\"value\":[8],\"setFocus\":[64]}]]],[\"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\":[513],\"status\":[513],\"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],\"files\":[16],\"messages\":[1040],\"messageOverrides\":[1040],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"localizedValue\":[32],\"slottedActionElDisabledInternally\":[32],\"setFocus\":[64],\"selectText\":[64],\"internalSyncChildElValue\":[64]}],[1,\"calcite-progress\",{\"type\":[513],\"value\":[2],\"label\":[1],\"text\":[1],\"reversed\":[516]}]]],[\"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\":[513],\"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_4\",[[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\",{\"defaultNumLabelsPerPage\":[2,\"default-num-labels-per-page\"],\"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\":[513],\"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]}]]],[\"edit-card_2\",[[0,\"info-card\",{\"graphics\":[16],\"isLoading\":[4,\"is-loading\"],\"mapView\":[16],\"_alertOpen\":[32],\"_editRecordOpen\":[32],\"_translations\":[32],\"getSelectedFeature\":[64]},[[8,\"closeEdit\",\"closeEdit\"]]],[0,\"edit-card\",{\"graphics\":[1040],\"mapView\":[16],\"open\":[1028],\"graphicIndex\":[2,\"graphic-index\"],\"_translations\":[32]}]]],[\"calcite-date-picker-day_3\",[[1,\"calcite-date-picker-month\",{\"dateTimeFormat\":[16],\"selectedDate\":[16],\"activeDate\":[16],\"startDate\":[16],\"endDate\":[16],\"min\":[16],\"max\":[16],\"scale\":[513],\"localeData\":[16],\"hoverRange\":[16]},[[1,\"pointerout\",\"pointerOutHandler\"]]],[1,\"calcite-date-picker-month-header\",{\"selectedDate\":[16],\"activeDate\":[16],\"headingLevel\":[2,\"heading-level\"],\"min\":[16],\"max\":[16],\"scale\":[513],\"localeData\":[16],\"messages\":[1040],\"nextMonthDate\":[32],\"prevMonthDate\":[32]}],[1,\"calcite-date-picker-day\",{\"day\":[2],\"dateTimeFormat\":[16],\"disabled\":[516],\"currentMonth\":[516,\"current-month\"],\"selected\":[516],\"highlighted\":[516],\"range\":[516],\"rangeEdge\":[513,\"range-edge\"],\"startOfRange\":[516,\"start-of-range\"],\"endOfRange\":[516,\"end-of-range\"],\"rangeHover\":[516,\"range-hover\"],\"active\":[516],\"scale\":[513],\"value\":[16]},[[1,\"pointerover\",\"pointerOverHandler\"]]]]],[\"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-filter_3\",[[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\",\"handleCalciteInternalListItemActive\"],[0,\"calciteListItemSelect\",\"handleCalciteListItemSelect\"],[0,\"calciteInternalListItemSelect\",\"handleCalciteInternalListItemSelect\"],[0,\"calciteListItemClose\",\"handleCalciteListItemClose\"]]],[1,\"calcite-list-item\",{\"active\":[4],\"closable\":[516],\"closed\":[1540],\"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\"],\"messageOverrides\":[1040],\"messages\":[1040],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"level\":[32],\"visualLevel\":[32],\"parentListEl\":[32],\"openable\":[32],\"hasActionsStart\":[32],\"hasActionsEnd\":[32],\"hasCustomContent\":[32],\"hasContentStart\":[32],\"hasContentEnd\":[32],\"setFocus\":[64]}],[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-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-combobox_6\",[[0,\"map-layer-picker\",{\"appearance\":[1],\"enabledLayerIds\":[16],\"mapView\":[16],\"placeholderIcon\":[1,\"placeholder-icon\"],\"selectedLayerIds\":[1040],\"scale\":[1],\"type\":[1],\"layerIds\":[32],\"selectedLayerName\":[32]}],[1,\"calcite-combobox\",{\"clearDisabled\":[516,\"clear-disabled\"],\"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\"]}],[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\",\"pointerEnterHandler\"],[1,\"pointerleave\",\"pointerLeaveHandler\"],[0,\"calciteInternalDropdownItemKeyEvent\",\"calciteInternalDropdownItemKeyEvent\"],[0,\"calciteInternalDropdownItemSelect\",\"handleItemSelect\"]]]]],[\"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],\"closable\":[516],\"closed\":[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],\"messages\":[1040],\"messageOverrides\":[1040],\"controls\":[32],\"defaultMessages\":[32],\"effectiveLocale\":[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],\"displayMode\":[513,\"display-mode\"],\"detachedHeightScale\":[513,\"detached-height-scale\"],\"heightScale\":[513,\"height-scale\"],\"widthScale\":[513,\"width-scale\"],\"layout\":[513],\"position\":[513],\"resizable\":[516],\"messages\":[1040],\"messageOverrides\":[1040],\"contentWidth\":[32],\"contentHeight\":[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,\"calciteInternalTabsClose\",\"internalCloseTabHandler\"],[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);
25
+ 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\"],\"defaultExportTitle\":[1,\"default-export-title\"],\"defaultNumLabelsPerPage\":[8,\"default-num-labels-per-page\"],\"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],\"_fetchingData\":[32],\"_isMobile\":[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\"],\"alphaChannel\":[4,\"alpha-channel\"],\"channelsDisabled\":[4,\"channels-disabled\"],\"color\":[1040],\"disabled\":[516],\"format\":[513],\"hideChannels\":[516,\"hide-channels\"],\"hexDisabled\":[4,\"hex-disabled\"],\"hideHex\":[516,\"hide-hex\"],\"hideSaved\":[516,\"hide-saved\"],\"savedDisabled\":[516,\"saved-disabled\"],\"scale\":[513],\"storageId\":[513,\"storage-id\"],\"messageOverrides\":[1040],\"numberingSystem\":[513,\"numbering-system\"],\"value\":[1025],\"messages\":[1040],\"defaultMessages\":[32],\"channelMode\":[32],\"channels\":[32],\"dimensions\":[32],\"effectiveLocale\":[32],\"savedColors\":[32],\"colorFieldScopeTop\":[32],\"colorFieldScopeLeft\":[32],\"hueScopeLeft\":[32],\"opacityScopeLeft\":[32],\"scopeOrientation\":[32],\"setFocus\":[64]},[[2,\"keydown\",\"handleChannelKeyUpOrDown\"],[2,\"keyup\",\"handleChannelKeyUpOrDown\"]]]]],[\"pci-calculator\",[[1,\"pci-calculator\",{\"showAddDeduct\":[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-block\",[[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]}]]],[\"calcite-input-date-picker\",[[17,\"calcite-input-date-picker\",{\"disabled\":[516],\"focusTrapDisabled\":[516,\"focus-trap-disabled\"],\"form\":[513],\"readOnly\":[516,\"read-only\"],\"value\":[1025],\"flipPlacements\":[16],\"headingLevel\":[514,\"heading-level\"],\"valueAsDate\":[1040],\"messageOverrides\":[1040],\"messages\":[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],\"datePickerActiveDate\":[32],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"focusedInput\":[32],\"localeData\":[32],\"setFocus\":[64],\"reposition\":[64]},[[0,\"calciteDaySelect\",\"calciteDaySelectHandler\"]]]]],[\"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]}]]],[\"calcite-menu-item\",[[1,\"calcite-menu-item\",{\"active\":[516],\"breadcrumb\":[516],\"href\":[1],\"iconEnd\":[513,\"icon-end\"],\"iconFlipRtl\":[513,\"icon-flip-rtl\"],\"iconStart\":[513,\"icon-start\"],\"isTopLevelItem\":[4,\"is-top-level-item\"],\"label\":[1],\"layout\":[513],\"messageOverrides\":[1040],\"messages\":[1040],\"open\":[1540],\"rel\":[513],\"target\":[513],\"text\":[1],\"topLevelMenuLayout\":[1,\"top-level-menu-layout\"],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"hasSubmenu\":[32],\"submenuItems\":[32],\"setFocus\":[64]},[[8,\"click\",\"handleClickOut\"],[0,\"focusout\",\"handleFocusOut\"]]]]],[\"calcite-split-button\",[[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]}]]],[\"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-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-navigation\",[[1,\"calcite-navigation\",{\"label\":[1],\"navigationAction\":[516,\"navigation-action\"],\"logoSlotHasElements\":[32],\"navigationActionSlotHasElements\":[32],\"primaryContentCenterSlotHasElements\":[32],\"primaryContentEndSlotHasElements\":[32],\"primaryContentStartSlotHasElements\":[32],\"progressSlotHasElement\":[32],\"secondarySlotHasElements\":[32],\"tertiarySlotHasElements\":[32],\"userSlotHasElements\":[32],\"setFocus\":[64]}]]],[\"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-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-navigation-user\",[[17,\"calcite-navigation-user\",{\"active\":[516],\"fullName\":[1,\"full-name\"],\"label\":[1],\"textDisabled\":[516,\"text-disabled\"],\"thumbnail\":[1],\"userId\":[1,\"user-id\"],\"username\":[1],\"setFocus\":[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-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],\"numberingSystem\":[1,\"numbering-system\"],\"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-chip-group\",[[1,\"calcite-chip-group\",{\"disabled\":[516],\"label\":[1],\"scale\":[513],\"selectionMode\":[513,\"selection-mode\"],\"selectedItems\":[1040],\"setFocus\":[64]},[[0,\"calciteInternalChipKeyEvent\",\"calciteInternalChipKeyEventListener\"],[0,\"calciteChipClose\",\"calciteChipCloseListener\"],[0,\"calciteChipSelect\",\"calciteChipSelectListener\"]]]]],[\"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-navigation-logo\",[[17,\"calcite-navigation-logo\",{\"active\":[516],\"href\":[513],\"label\":[1],\"rel\":[513],\"description\":[1],\"target\":[513],\"heading\":[1],\"thumbnail\":[1],\"setFocus\":[64]}]]],[\"calcite-option-group\",[[1,\"calcite-option-group\",{\"disabled\":[516],\"label\":[1]}]]],[\"calcite-pick-list\",[[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\"]]]]],[\"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\",\"pointerEnterHandler\"],[1,\"pointerleave\",\"pointerLeaveHandler\"]]]]],[\"calcite-radio-button-group\",[[1,\"calcite-radio-button-group\",{\"disabled\":[516],\"hidden\":[516],\"layout\":[513],\"name\":[513],\"required\":[516],\"selectedItem\":[1040],\"scale\":[513],\"radioButtons\":[32],\"setFocus\":[64]},[[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]},[[0,\"calciteHandleNudge\",\"calciteHandleNudgeNextHandler\"]]]]],[\"calcite-stack\",[[1,\"calcite-stack\",{\"disabled\":[516],\"hasActionsStart\":[32],\"hasActionsEnd\":[32],\"hasContentStart\":[32],\"hasContentEnd\":[32]}]]],[\"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\"]}]]],[\"crowdsource-reporter\",[[1,\"crowdsource-reporter\"]]],[\"list-item\",[[1,\"list-item\"]]],[\"store-manager\",[[0,\"store-manager\",{\"value\":[1537],\"templates\":[1040],\"authentication\":[1040]}]]],[\"calcite-icon\",[[1,\"calcite-icon\",{\"icon\":[513],\"flipRtl\":[516,\"flip-rtl\"],\"scale\":[513],\"textLabel\":[1,\"text-label\"],\"pathData\":[32],\"visible\":[32]}]]],[\"deduct-calculator\",[[1,\"deduct-calculator\"]]],[\"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],\"activeEndDate\":[32],\"activeStartDate\":[32],\"dateTimeFormat\":[32],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"endAsDate\":[32],\"hoverRange\":[32],\"localeData\":[32],\"startAsDate\":[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-avatar\",[[1,\"calcite-avatar\",{\"scale\":[513],\"thumbnail\":[513],\"fullName\":[513,\"full-name\"],\"username\":[513],\"userId\":[513,\"user-id\"],\"label\":[1],\"thumbnailFailedToLoad\":[32]}]]],[\"calcite-handle\",[[1,\"calcite-handle\",{\"activated\":[1540],\"dragHandle\":[513,\"drag-handle\"],\"messages\":[16],\"messageOverrides\":[16],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"setFocus\":[64]}]]],[\"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-menu\",[[17,\"calcite-menu\",{\"label\":[1],\"layout\":[513],\"messageOverrides\":[1040],\"messages\":[1040],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"globalAttributes\":[32],\"setFocus\":[64]},[[0,\"calciteInternalMenuItemKeyEvent\",\"calciteInternalNavMenuItemKeyEvent\"]]]]],[\"calcite-loader\",[[1,\"calcite-loader\",{\"inline\":[516],\"label\":[1],\"scale\":[513],\"type\":[513],\"value\":[2],\"text\":[1]}]]],[\"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],\"tooltipText\":[32],\"setFocus\":[64]}]]],[\"calcite-action_2\",[[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],\"floatingLayout\":[32],\"effectiveReferenceElement\":[32],\"defaultMessages\":[32],\"reposition\":[64],\"setFocus\":[64],\"updateFocusTrapElements\":[64]}],[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]}]]],[\"calcite-input-time-picker\",[[17,\"calcite-input-time-picker\",{\"open\":[1540],\"disabled\":[516],\"focusTrapDisabled\":[516,\"focus-trap-disabled\"],\"form\":[513],\"readOnly\":[516,\"read-only\"],\"messageOverrides\":[1040],\"messages\":[1040],\"name\":[1],\"numberingSystem\":[1,\"numbering-system\"],\"required\":[516],\"scale\":[513],\"overlayPositioning\":[1,\"overlay-positioning\"],\"placement\":[513],\"step\":[2],\"value\":[1025],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"setFocus\":[64],\"reposition\":[64]}]]],[\"calcite-action-bar_2\",[[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-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],\"floatingLayout\":[32],\"reposition\":[64]}]]],[\"map-tools\",[[1,\"map-tools\",{\"layout\":[1],\"mapView\":[16],\"_translations\":[32],\"_showTools\":[32],\"_showBasemapPicker\":[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\":[513],\"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-color-picker-hex-input_2\",[[1,\"calcite-color-picker-hex-input\",{\"allowEmpty\":[4,\"allow-empty\"],\"alphaChannel\":[4,\"alpha-channel\"],\"hexLabel\":[1,\"hex-label\"],\"messages\":[16],\"numberingSystem\":[1,\"numbering-system\"],\"scale\":[513],\"value\":[1537],\"internalColor\":[32],\"setFocus\":[64]}],[1,\"calcite-color-picker-swatch\",{\"active\":[516],\"color\":[1],\"scale\":[513]}]]],[\"calcite-notice\",[[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-chip\",[[1,\"calcite-chip\",{\"disabled\":[516],\"appearance\":[513],\"kind\":[513],\"closable\":[516],\"icon\":[513],\"iconFlipRtl\":[516,\"icon-flip-rtl\"],\"scale\":[513],\"label\":[1],\"value\":[8],\"closed\":[1540],\"selectionMode\":[1,\"selection-mode\"],\"selected\":[1540],\"messageOverrides\":[1040],\"messages\":[1040],\"interactive\":[4],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"hasText\":[32],\"hasImage\":[32],\"setFocus\":[64]},[[0,\"keydown\",\"keyDownHandler\"],[0,\"click\",\"clickHandler\"]]]]],[\"calcite-label\",[[1,\"calcite-label\",{\"alignment\":[513],\"for\":[513],\"scale\":[513],\"layout\":[513]}]]],[\"calcite-scrim\",[[1,\"calcite-scrim\",{\"loading\":[516],\"messages\":[1040],\"messageOverrides\":[1040],\"loaderScale\":[32],\"defaultMessages\":[32],\"effectiveLocale\":[32]}]]],[\"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-action-group_2\",[[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]}],[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\"]]]]],[\"calcite-panel_2\",[[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],\"hasActionBar\":[32],\"hasFooterContent\":[32],\"hasFooterActions\":[32],\"hasFab\":[32],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"setFocus\":[64],\"scrollContentTo\":[64]}],[1,\"calcite-shell\",{\"contentBehind\":[516,\"content-behind\"],\"hasHeader\":[32],\"hasFooter\":[32],\"hasAlerts\":[32],\"hasModals\":[32]}]]],[\"card-manager_3\",[[0,\"layer-table\",{\"mapView\":[16],\"_alertOpen\":[32],\"_fetchingData\":[32],\"_layer\":[32],\"_selectedIndexes\":[32],\"_showOnlySelected\":[32],\"_translations\":[32],\"getSelectedGraphics\":[64]}],[0,\"map-card\",{\"mapInfos\":[16],\"mapView\":[16],\"_mapListExpanded\":[32],\"_translations\":[32],\"_webMapInfo\":[32]}],[0,\"card-manager\",{\"layer\":[16],\"mapView\":[16],\"_cardLoading\":[32],\"_graphics\":[32],\"_translations\":[32]},[[8,\"featureSelectionChange\",\"featureSelectionChange\"],[8,\"layerSelectionChange\",\"layerSelectionChange\"]]]]],[\"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]}]]],[\"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-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\"],[8,\"calciteInternalAlertUnregister\",\"alertUnregister\"]]]]],[\"calcite-segmented-control_2\",[[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\"]]]]],[\"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-graph\",[[1,\"calcite-graph\",{\"data\":[16],\"colorStops\":[16],\"highlightMin\":[2,\"highlight-min\"],\"highlightMax\":[2,\"highlight-max\"],\"min\":[514],\"max\":[514]}]]],[\"calcite-switch\",[[1,\"calcite-switch\",{\"disabled\":[516],\"form\":[513],\"label\":[1],\"name\":[513],\"scale\":[513],\"checked\":[1540],\"value\":[8],\"setFocus\":[64]}]]],[\"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\":[513],\"status\":[513],\"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],\"files\":[16],\"messages\":[1040],\"messageOverrides\":[1040],\"defaultMessages\":[32],\"effectiveLocale\":[32],\"localizedValue\":[32],\"slottedActionElDisabledInternally\":[32],\"setFocus\":[64],\"selectText\":[64],\"internalSyncChildElValue\":[64]}],[1,\"calcite-progress\",{\"type\":[513],\"value\":[2],\"label\":[1],\"text\":[1],\"reversed\":[516]}]]],[\"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\":[513],\"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_4\",[[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\",{\"defaultNumLabelsPerPage\":[2,\"default-num-labels-per-page\"],\"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\":[513],\"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]}]]],[\"edit-card_2\",[[0,\"info-card\",{\"graphics\":[16],\"isLoading\":[4,\"is-loading\"],\"mapView\":[16],\"_alertOpen\":[32],\"_editRecordOpen\":[32],\"_translations\":[32],\"getSelectedFeature\":[64]},[[8,\"closeEdit\",\"closeEdit\"]]],[0,\"edit-card\",{\"graphics\":[1040],\"mapView\":[16],\"open\":[1028],\"graphicIndex\":[2,\"graphic-index\"],\"_translations\":[32]}]]],[\"calcite-date-picker-day_3\",[[1,\"calcite-date-picker-month\",{\"dateTimeFormat\":[16],\"selectedDate\":[16],\"activeDate\":[16],\"startDate\":[16],\"endDate\":[16],\"min\":[16],\"max\":[16],\"scale\":[513],\"localeData\":[16],\"hoverRange\":[16]},[[1,\"pointerout\",\"pointerOutHandler\"]]],[1,\"calcite-date-picker-month-header\",{\"selectedDate\":[16],\"activeDate\":[16],\"headingLevel\":[2,\"heading-level\"],\"min\":[16],\"max\":[16],\"scale\":[513],\"localeData\":[16],\"messages\":[1040],\"nextMonthDate\":[32],\"prevMonthDate\":[32]}],[1,\"calcite-date-picker-day\",{\"day\":[2],\"dateTimeFormat\":[16],\"disabled\":[516],\"currentMonth\":[516,\"current-month\"],\"selected\":[516],\"highlighted\":[516],\"range\":[516],\"rangeEdge\":[513,\"range-edge\"],\"startOfRange\":[516,\"start-of-range\"],\"endOfRange\":[516,\"end-of-range\"],\"rangeHover\":[516,\"range-hover\"],\"active\":[516],\"scale\":[513],\"value\":[16]},[[1,\"pointerover\",\"pointerOverHandler\"]]]]],[\"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-filter_3\",[[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\",\"handleCalciteInternalListItemActive\"],[0,\"calciteListItemSelect\",\"handleCalciteListItemSelect\"],[0,\"calciteInternalListItemSelect\",\"handleCalciteInternalListItemSelect\"],[0,\"calciteListItemClose\",\"handleCalciteListItemClose\"]]],[1,\"calcite-list-item\",{\"active\":[4],\"closable\":[516],\"closed\":[1540],\"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\"],\"messageOverrides\":[1040],\"messages\":[1040],\"effectiveLocale\":[32],\"defaultMessages\":[32],\"level\":[32],\"visualLevel\":[32],\"parentListEl\":[32],\"openable\":[32],\"hasActionsStart\":[32],\"hasActionsEnd\":[32],\"hasCustomContent\":[32],\"hasContentStart\":[32],\"hasContentEnd\":[32],\"setFocus\":[64]}],[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-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-combobox_6\",[[0,\"map-layer-picker\",{\"appearance\":[1],\"enabledLayerIds\":[16],\"enabledTableIds\":[16],\"mapView\":[16],\"placeholderIcon\":[1,\"placeholder-icon\"],\"selectedIds\":[1040],\"scale\":[1],\"showTables\":[4,\"show-tables\"],\"type\":[1],\"ids\":[32],\"selectedName\":[32]}],[1,\"calcite-combobox\",{\"clearDisabled\":[516,\"clear-disabled\"],\"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\"]}],[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\",\"pointerEnterHandler\"],[1,\"pointerleave\",\"pointerLeaveHandler\"],[0,\"calciteInternalDropdownItemKeyEvent\",\"calciteInternalDropdownItemKeyEvent\"],[0,\"calciteInternalDropdownItemSelect\",\"handleItemSelect\"]]]]],[\"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],\"closable\":[516],\"closed\":[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],\"messages\":[1040],\"messageOverrides\":[1040],\"controls\":[32],\"defaultMessages\":[32],\"effectiveLocale\":[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],\"displayMode\":[513,\"display-mode\"],\"detachedHeightScale\":[513,\"detached-height-scale\"],\"heightScale\":[513,\"height-scale\"],\"widthScale\":[513,\"width-scale\"],\"layout\":[513],\"position\":[513],\"resizable\":[516],\"messages\":[1040],\"messageOverrides\":[1040],\"contentWidth\":[32],\"contentHeight\":[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,\"calciteInternalTabsClose\",\"internalCloseTabHandler\"],[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);
26
26
  });
@@ -41,23 +41,38 @@
41
41
  <script>
42
42
  function addValues() {
43
43
  const demo = document.getElementById("demo");
44
+
45
+ let custom = [];
46
+ var vars = window.location.search.substring(1).split('&');
47
+ vars.forEach((v) => {
48
+ let paramName = v.split('=');
49
+ if (paramName[0] === "id") {
50
+ custom = [{
51
+ id:paramName[1],
52
+ name: "Map from URL"
53
+ }];
54
+ }
55
+ });
56
+
44
57
  demo.mapInfos = [
45
- {
46
- id: "863e4f6f2a7840db896cc1b1606d552d",
47
- name: "IA map"
48
- }, {
49
- id: "3715f4899bea4b2a948347c5c2357e58",
50
- name: "PN Map"
51
- }, {
52
- id: "4fa949c89bb04ecb8a9f5ad119448333",
53
- name: "CS TIL DATA"
54
- }, {
55
- id: "f5b01c17a09941eaad63e7b4e6c7d880",
56
- name: "Attachments Map"
57
- }, {
58
- id: "ce3dec81bf714d3bb71da9691ab686d1",
59
- name: "Popup Configured Map"
60
- }];
58
+ ...custom,
59
+ ...[{
60
+ id: "863e4f6f2a7840db896cc1b1606d552d",
61
+ name: "IA map"
62
+ }, {
63
+ id: "3715f4899bea4b2a948347c5c2357e58",
64
+ name: "PN Map"
65
+ }, {
66
+ id: "4fa949c89bb04ecb8a9f5ad119448333",
67
+ name: "CS TIL DATA"
68
+ }, {
69
+ id: "f5b01c17a09941eaad63e7b4e6c7d880",
70
+ name: "Attachments Map"
71
+ }, {
72
+ id: "ce3dec81bf714d3bb71da9691ab686d1",
73
+ name: "Popup Configured Map"
74
+ }]
75
+ ];
61
76
  }
62
77
  </script>
63
78
  </head>
@@ -3,4 +3,4 @@
3
3
  * Licensed under the Apache License, Version 2.0
4
4
  * http://www.apache.org/licenses/LICENSE-2.0
5
5
  */
6
- import{r as e,h as t,H as i,g as a}from"./p-f8be5d5f.js";import{g as l}from"./p-fc2277fe.js";import{E as s}from"./p-9ab03591.js";import"./p-e1a4994d.js";const o=class{constructor(t){e(this,t),this.mapInfos=[],this._translations=void 0,this._layoutMode=s.GRID,this._mapView=void 0,this._panelOpen=!0}async mapChanged(e){this._mapView=e.detail,this._mapView.popupEnabled=!1}async componentWillLoad(){await this._getTranslations()}render(){return t(i,null,t("calcite-shell",null,t("calcite-panel",{class:"width-full height-full",heading:this._translations.header},t("div",{class:"display-flex",slot:"header-actions-end"},t("div",{class:"display-flex action-center"},t("calcite-icon",{class:"icon icon-color",icon:"information",id:"app-information-icon",scale:"s"}),t("calcite-popover",{closable:!0,label:"",referenceElement:"app-information-icon"},t("span",{class:"tooltip-message"},this._translations.appInfo))),t("div",{class:"header-text"},this._translations.layout),this._getAction("grid-background",s.GRID,this._translations.grid),this._getAction("horizontal-background",s.VERTICAL,this._translations.vertical),this._getAction("vertical-background",s.HORIZONTAL,this._translations.horizontal)),this._getBody(this._layoutMode,this._panelOpen))))}_getAction(e,i,a){return t("div",null,t("calcite-action",{alignment:"center",appearance:"transparent",compact:!1,id:e,indicator:i===this._layoutMode,onClick:()=>{this._setLayoutMode(i)},text:""},t("div",{class:e+" img-background"})),t("calcite-tooltip",{label:"",placement:"bottom","reference-element":e},t("span",null,a)))}_getDividerIcon(e,t){let i="";return i=e===s.HORIZONTAL?t?"chevrons-up":"chevrons-down":t?"chevrons-left":"chevrons-right",i}_getMapSizeClass(e,t){let i="";switch(e){case s.HORIZONTAL:i=(t?"height-1-2":"height-0")+" width-full position-relative";break;case s.GRID:i="height-full position-relative "+(t?"width-1-3":"width-0");break;case s.VERTICAL:i="height-full position-relative "+(t?"width-1-2":"width-0")}return i}_getTableSizeClass(e,t){let i="";switch(e){case s.HORIZONTAL:i=(t?"height-1-2":"height-full")+" width-full display-flex flex-column";break;case s.GRID:i=(t?"width-2-3":"width-full")+" height-full display-flex";break;case s.VERTICAL:i=(t?"width-1-2":"width-full")+" height-full display-flex"}return i}_getBody(e,i){return t("calcite-panel",{class:"width-full height-full"},t("div",{class:"width-full height-full "+(e===s.HORIZONTAL?"":"display-flex")},this._getMap(e,i),this._getTable(e,i)))}_getMap(e,i){const a=e===s.GRID?"":"display-none",l=e===s.GRID?"adjusted-height-50":"adjusted-height-100",o=this._getMapSizeClass(e,i);return t("div",{class:`${o} overflow-hidden`},t("div",{class:"adjusted-height-50 overflow-hidden "+a},t("map-card",{mapInfos:this.mapInfos})),t("div",{class:"padding-1-2 height-full"},t("card-manager",{class:l,mapView:null==this?void 0:this._mapView})))}_getTable(e,i){const a=this._getTableSizeClass(e,i),l=this._getDividerIcon(e,i),o=i?this._translations.close:this._translations.open,n="toggle-layout";return t("calcite-shell",{class:a},t("calcite-action-bar",{class:"border",expandDisabled:!0,layout:e===s.HORIZONTAL?"horizontal":"vertical",slot:e===s.HORIZONTAL?"header":"panel-start"},t("calcite-action",{class:"toggle-node",icon:l,id:n,onClick:()=>this._toggleLayout(),text:""}),t("calcite-tooltip",{label:o,placement:"bottom","reference-element":n},t("span",null,o))),t("div",{class:"width-full height-full position-relative"},t("layer-table",{mapView:null==this?void 0:this._mapView})))}_setLayoutMode(e){this._layoutMode=e}_toggleLayout(){this._panelOpen=!this._panelOpen}async _getTranslations(){const e=await l(this.el);this._translations=e[0]}get el(){return a(this)}};o.style=":host{display:block;--calcite-label-margin-bottom:0px}.padding-1{padding:1rem}.padding-1-2{padding:0.5rem}.header-title{display:flex;float:left}.header-controls-label{display:flex;float:right}.header-controls{height:50px}.img-background{background-repeat:no-repeat;background-size:100% 100%;width:38px;height:26px}.grid-background{background-image:url('../../assets/data/images/grid.png')}.vertical-background{background-image:url('../../assets/data/images/horizontal.png')}.horizontal-background{background-image:url('../../assets/data/images/vertical.png')}.action-center{-webkit-box-align:center;-webkit-align-items:center;-ms-grid-row-align:center;align-items:center;align-content:center;justify-content:center}.background-transparent{background-color:transparent}.display-flex{display:flex}.header-text{font-size:var(--calcite-font-size-0);font-weight:var(--calcite-font-weight-medium);padding-inline:0.75rem;padding-block:0.875rem;line-height:1.25rem}.width-full{width:100%}.width-1-2{position:relative;width:50%}.width-1-3{position:relative;width:33.33%}.width-2-3{position:relative;width:66.66%}.width-0{width:0}.height-full{height:100%}.height-1-2{position:relative;height:50%}.height-0{height:0}.toggle-node{width:51px;height:51px}.overflow-hidden{overflow:hidden}.flex-column{flex-direction:column}.border{border:1px solid var(--calcite-ui-border-3)}.position-relative{position:relative}.height-50{height:50%}.adjusted-height-50{height:calc(50% - 0.5rem)}.adjusted-height-100{height:calc(100% - 1rem)}.icon-color{--calcite-ui-icon-color:var(--calcite-ui-brand)}.icon{cursor:pointer}.tooltip-message{padding:5px 8px;font-weight:var(--calcite-font-weight-normal);color:var(--calcite-ui-text-2)}.display-none{display:none}";export{o as crowdsource_manager}
6
+ import{r as e,h as t,H as i,g as a}from"./p-f8be5d5f.js";import{g as l}from"./p-fc2277fe.js";import{E as s}from"./p-9ab03591.js";import"./p-e1a4994d.js";const o=class{constructor(t){e(this,t),this.mapInfos=[],this._translations=void 0,this._layoutMode=s.GRID,this._mapView=void 0,this._panelOpen=!0}async mapChanged(e){this._mapView=e.detail,this._mapView.popupEnabled=!1}async componentWillLoad(){await this._getTranslations()}render(){return t(i,null,t("calcite-shell",null,t("calcite-panel",{class:"width-full height-full",heading:this._translations.header},t("div",{class:"display-flex",slot:"header-actions-end"},t("div",{class:"display-flex action-center"},t("calcite-icon",{class:"icon icon-color",icon:"information",id:"app-information-icon",scale:"s"}),t("calcite-popover",{closable:!0,label:"",referenceElement:"app-information-icon"},t("span",{class:"tooltip-message"},this._translations.appInfo))),t("div",{class:"header-text"},this._translations.layout),this._getAction("grid-background",s.GRID,this._translations.grid),this._getAction("vertical-background",s.VERTICAL,this._translations.vertical),this._getAction("horizontal-background",s.HORIZONTAL,this._translations.horizontal)),this._getBody(this._layoutMode,this._panelOpen))))}_getAction(e,i,a){return t("div",null,t("calcite-action",{alignment:"center",appearance:"transparent",compact:!1,id:e,indicator:i===this._layoutMode,onClick:()=>{this._setLayoutMode(i)},text:""},t("div",{class:e+" img-background"})),t("calcite-tooltip",{label:"",placement:"bottom","reference-element":e},t("span",null,a)))}_getDividerIcon(e,t){let i="";return i=e===s.HORIZONTAL?t?"chevrons-up":"chevrons-down":t?"chevrons-left":"chevrons-right",i}_getMapSizeClass(e,t){let i="";switch(e){case s.HORIZONTAL:i=(t?"height-1-2":"height-0")+" width-full position-relative";break;case s.GRID:i="height-full position-relative "+(t?"width-1-3":"width-0");break;case s.VERTICAL:i="height-full position-relative "+(t?"width-1-2":"width-0")}return i}_getTableSizeClass(e,t){let i="";switch(e){case s.HORIZONTAL:i=(t?"height-1-2":"height-full")+" width-full display-flex flex-column";break;case s.GRID:i=(t?"width-2-3":"width-full")+" height-full display-flex";break;case s.VERTICAL:i=(t?"width-1-2":"width-full")+" height-full display-flex"}return i}_getBody(e,i){return t("calcite-panel",{class:"width-full height-full"},t("div",{class:"width-full height-full "+(e===s.HORIZONTAL?"":"display-flex")},this._getMap(e,i),this._getTable(e,i)))}_getMap(e,i){const a=e===s.GRID?"":"display-none",l=e===s.GRID?"adjusted-height-50":"adjusted-height-100",o=this._getMapSizeClass(e,i);return t("div",{class:`${o} overflow-hidden`},t("div",{class:"adjusted-height-50 overflow-hidden "+a},t("map-card",{mapInfos:this.mapInfos})),t("div",{class:"padding-1-2 height-full"},t("card-manager",{class:l,mapView:null==this?void 0:this._mapView})))}_getTable(e,i){const a=this._getTableSizeClass(e,i),l=this._getDividerIcon(e,i),o=i?this._translations.close:this._translations.open,n="toggle-layout";return t("calcite-shell",{class:a},t("calcite-action-bar",{class:"border",expandDisabled:!0,layout:e===s.HORIZONTAL?"horizontal":"vertical",slot:e===s.HORIZONTAL?"header":"panel-start"},t("calcite-action",{class:"toggle-node",icon:l,id:n,onClick:()=>this._toggleLayout(),text:""}),t("calcite-tooltip",{label:o,placement:"bottom","reference-element":n},t("span",null,o))),t("div",{class:"width-full height-full position-relative"},t("layer-table",{mapView:null==this?void 0:this._mapView})))}_setLayoutMode(e){this._layoutMode=e}_toggleLayout(){this._panelOpen=!this._panelOpen}async _getTranslations(){const e=await l(this.el);this._translations=e[0]}get el(){return a(this)}};o.style=":host{display:block;--calcite-label-margin-bottom:0px}.padding-1{padding:1rem}.padding-1-2{padding:0.5rem}.header-title{display:flex;float:left}.header-controls-label{display:flex;float:right}.header-controls{height:50px}.img-background{background-repeat:no-repeat;background-size:100% 100%;width:38px;height:26px}.grid-background{background-image:url('../../assets/data/images/grid.png')}.horizontal-background{background-image:url('../../assets/data/images/horizontal.png')}.vertical-background{background-image:url('../../assets/data/images/vertical.png')}.action-center{-webkit-box-align:center;-webkit-align-items:center;-ms-grid-row-align:center;align-items:center;align-content:center;justify-content:center}.background-transparent{background-color:transparent}.display-flex{display:flex}.header-text{font-size:var(--calcite-font-size-0);font-weight:var(--calcite-font-weight-medium);padding-inline:0.75rem;padding-block:0.875rem;line-height:1.25rem}.width-full{width:100%}.width-1-2{position:relative;width:50%}.width-1-3{position:relative;width:33.33%}.width-2-3{position:relative;width:66.66%}.width-0{width:0}.height-full{height:100%}.height-1-2{position:relative;height:50%}.height-0{height:0}.toggle-node{width:51px;height:51px}.overflow-hidden{overflow:hidden}.flex-column{flex-direction:column}.border{border:1px solid var(--calcite-ui-border-3)}.position-relative{position:relative}.height-50{height:50%}.adjusted-height-50{height:calc(50% - 0.5rem)}.adjusted-height-100{height:calc(100% - 1rem)}.icon-color{--calcite-ui-icon-color:var(--calcite-ui-brand)}.icon{cursor:pointer}.tooltip-message{padding:5px 8px;font-weight:var(--calcite-font-weight-normal);color:var(--calcite-ui-text-2)}.display-none{display:none}";export{o as crowdsource_manager}
@@ -3,7 +3,7 @@
3
3
  * Licensed under the Apache License, Version 2.0
4
4
  * http://www.apache.org/licenses/LICENSE-2.0
5
5
  */
6
- import{c as e}from"./p-4ff653eb.js";
6
+ import{c as a}from"./p-4ff653eb.js";
7
7
  /** @license
8
8
  * Copyright 2022 Esri
9
9
  *
@@ -18,4 +18,4 @@ import{c as e}from"./p-4ff653eb.js";
18
18
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
19
  * See the License for the specific language governing permissions and
20
20
  * limitations under the License.
21
- */const{state:a,onChange:s}=e({managedLayers:[],highlightHandles:[],layerNameHash:{},removeHandles:()=>{a.highlightHandles.forEach((e=>null==e?void 0:e.remove())),a.highlightHandles=[]}}),n=new CustomEvent("managedLayersChanged",{bubbles:!0,cancelable:!1,composed:!0});s("managedLayers",(()=>{dispatchEvent(n)}));export{a as s}
21
+ */const{state:e,onChange:s}=a({managedLayers:[],managedTables:[],highlightHandles:[],layerNameHash:{},tableNameHash:{},removeHandles:()=>{e.highlightHandles.forEach((a=>null==a?void 0:a.remove())),e.highlightHandles=[]}}),n=new CustomEvent("managedLayersChanged",{bubbles:!0,cancelable:!1,composed:!0});s("managedLayers",(()=>{dispatchEvent(n)}));export{e as s}
@@ -0,0 +1,36 @@
1
+ /*!
2
+ * Copyright 2022 Esri
3
+ * Licensed under the Apache License, Version 2.0
4
+ * http://www.apache.org/licenses/LICENSE-2.0
5
+ */
6
+ import{c as n}from"./p-9ab03591.js";
7
+ /** @license
8
+ * Copyright 2022 Esri
9
+ *
10
+ * Licensed under the Apache License, Version 2.0 (the "License");
11
+ * you may not use this file except in compliance with the License.
12
+ * You may obtain a copy of the License at
13
+ *
14
+ * http://www.apache.org/licenses/LICENSE-2.0
15
+ *
16
+ * Unless required by applicable law or agreed to in writing, software
17
+ * distributed under the License is distributed on an "AS IS" BASIS,
18
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
+ * See the License for the specific language governing permissions and
20
+ * limitations under the License.
21
+ */async function t(n){const t=n.createQuery();return t.where="1=1",await n.queryObjectIds(t)}async function a(n,t){let a=[];const c=n?n.map((n=>async function(n,t){const a=t.createQuery();return a.spatialRelationship="intersects",a.geometry=n,t.queryObjectIds(a)}
22
+ /** @license
23
+ * Copyright 2022 Esri
24
+ *
25
+ * Licensed under the Apache License, Version 2.0 (the "License");
26
+ * you may not use this file except in compliance with the License.
27
+ * You may obtain a copy of the License at
28
+ *
29
+ * http://www.apache.org/licenses/LICENSE-2.0
30
+ *
31
+ * Unless required by applicable law or agreed to in writing, software
32
+ * distributed under the License is distributed on an "AS IS" BASIS,
33
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34
+ * See the License for the specific language governing permissions and
35
+ * limitations under the License.
36
+ */(n,t))):[Promise.resolve()];return(await Promise.all(c)).forEach((n=>{a=[...a,...n||[]]})),a}async function c(n,t,a,s,e){const o=t.capabilities.query.maxRecordCount,i=t.createQuery();i.start=0,i.num=o,i.returnGeometry=s,i.objectIds=n.slice(0,o),e&&(i.outSpatialReference=e);const r=await t.queryFeatures(i);a=a.concat(r.features);const u=n.slice(o,n.length);return u.length>0?c(u,t,a,s,e):Promise.resolve(a)}async function s(n,t,a,c){const e=t.capabilities.query.maxRecordCount,o=t.createQuery();o.start=n,o.num=e,o.geometry=a;const i=await t.queryFeatures(o);return c[t.id]=c[t.id].concat(i.features),i.exceededTransferLimit?s(n+=e,t,a,c):Promise.resolve(c)}function e(n,t){return[...o(n,"polygon",t),...o(n,"polyline",t),...o(n,"point",t)]}function o(n,t,a){const c=(null==n?void 0:n.filter((n=>n.type===t)))||[];return c.length<=1?c:[a.union(c)]}async function i(n){let t={};return await n.when((()=>{t=n.map.allLayers.toArray().reduce(((n,t)=>("feature"===t.type&&(n[t.id]=t.title),n)),{})})),t}async function r(n){let t={};return await n.when((()=>{t=n.map.allTables.toArray().reduce(((n,t)=>(n[t.id]=t.title,n)),{})})),t}async function u(n){let t=[];return await n.when((()=>{t=n.map.allLayers.toArray().reduce(((n,t)=>("feature"===t.type&&n.push(t.id),n)),[])})),t}async function f(n){let t=[];return await n.when((()=>{t=n.map.allTables.toArray().reduce(((n,t)=>(n.push(t.id),n)),[])})),t}async function y(n,t){const a=await w(n,t);return a?await n.whenLayerView(a):void 0}async function w(n,t){let a=[];return await n.when((()=>{a=[...n.map.allLayers.toArray(),...n.map.allTables.toArray()].filter((n=>n.id===t))})),a.length>0?a[0]:void 0}async function l(n,t,a,c=!1){return c&&await d(n,t,a,!1),t.highlight(n)}async function b(n){const t=j(n);return Object.keys(t).reduce(((n,a)=>{const c=t[a];return n.push(c.layerView.highlight(c.ids)),n}),[])}function j(t){return t.reduce(((t,a)=>{const c=a.layerView,s=null==c?void 0:c.layer.id;return s&&Object.keys(t).indexOf(s)>-1?t[s].ids=[...new Set([...a.selectedIds,...t[s].ids])]:s&&(t[s]={layerView:c,ids:a.selectedIds}),a.workflowType===n.REFINE&&Object.keys(a.refineInfos).forEach((n=>{const c=a.refineInfos[n];Object.keys(t).indexOf(n)>-1&&(t[n].ids=[...new Set([...c.addIds,...t[n].ids])],t[n].ids=t[n].ids.filter((n=>c.removeIds.indexOf(n)<0)))})),t}),{})}async function d(n,t,a,c=!0,s){const e=await async function(n,t){const a=t.createQuery();return a.objectIds=n,t.queryExtent(a)}(n,t.layer);await a.goTo(e.extent),c&&await async function(n,t,a){const c={objectIds:n};t.featureEffect=Object.assign(Object.assign({},a),{filter:c}),setTimeout((()=>{t.featureEffect=void 0}),1300)}(n,t,s)}export{a,e as b,y as c,s as d,j as e,b as f,d as g,l as h,w as i,u as j,t as k,f as l,i as m,r as n,c as q}