@esri/solutions-components 0.11.9 → 0.11.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (172) hide show
  1. package/dist/cjs/basemap-gallery_7.cjs.entry.js +6 -6
  2. package/dist/cjs/buffer-tools_2.cjs.entry.js +1 -1
  3. package/dist/cjs/card-manager_3.cjs.entry.js +6 -6
  4. package/dist/cjs/consent-manager.cjs.entry.js +1 -1
  5. package/dist/cjs/create-feature_4.cjs.entry.js +6 -6
  6. package/dist/cjs/create-related-feature_3.cjs.entry.js +7 -7
  7. package/dist/cjs/crowdsource-manager.cjs.entry.js +1 -1
  8. package/dist/cjs/crowdsource-reporter.cjs.entry.js +1 -1
  9. package/dist/cjs/deduct-calculator.cjs.entry.js +1 -1
  10. package/dist/cjs/delete-dialog.cjs.entry.js +1 -1
  11. package/dist/cjs/feature-list.cjs.entry.js +3 -3
  12. package/dist/cjs/json-editor_7.cjs.entry.js +7 -7
  13. package/dist/cjs/loader.cjs.js +1 -1
  14. package/dist/cjs/map-layer-picker.cjs.entry.js +1 -1
  15. package/dist/cjs/map-select-tools_3.cjs.entry.js +3 -3
  16. package/dist/cjs/pci-calculator.cjs.entry.js +1 -1
  17. package/dist/cjs/public-notification.cjs.entry.js +5 -2
  18. package/dist/cjs/solution-configuration.cjs.entry.js +3 -3
  19. package/dist/cjs/solution-contents_3.cjs.entry.js +3 -3
  20. package/dist/cjs/solution-item-accordion.cjs.entry.js +31 -4
  21. package/dist/cjs/solution-item-icon.cjs.entry.js +1 -1
  22. package/dist/cjs/solutions-components.cjs.js +1 -1
  23. package/dist/cjs/spatial-ref.cjs.entry.js +1 -1
  24. package/dist/collection/assets/t9n/solution-item-accordion/resources.json +1 -1
  25. package/dist/collection/assets/t9n/solution-item-accordion/resources_en.json +2 -2
  26. package/dist/collection/components/card-manager/card-manager.js +1 -1
  27. package/dist/collection/components/consent-manager/consent-manager.js +1 -1
  28. package/dist/collection/components/create-feature/create-feature.js +2 -2
  29. package/dist/collection/components/create-related-feature/create-related-feature.js +1 -1
  30. package/dist/collection/components/crowdsource-manager/crowdsource-manager.js +1 -1
  31. package/dist/collection/components/crowdsource-reporter/crowdsource-reporter.js +1 -1
  32. package/dist/collection/components/deduct-calculator/deduct-calculator.js +1 -1
  33. package/dist/collection/components/delete-button/delete-button.js +1 -1
  34. package/dist/collection/components/delete-dialog/delete-dialog.js +1 -1
  35. package/dist/collection/components/edit-card/edit-card.js +1 -1
  36. package/dist/collection/components/feature-details/feature-details.js +6 -6
  37. package/dist/collection/components/feature-list/feature-list.js +3 -3
  38. package/dist/collection/components/floor-filter/floor-filter.js +1 -1
  39. package/dist/collection/components/info-card/info-card.js +2 -2
  40. package/dist/collection/components/json-editor/json-editor.js +1 -1
  41. package/dist/collection/components/layer-table/layer-table.js +4 -4
  42. package/dist/collection/components/map-card/map-card.js +1 -1
  43. package/dist/collection/components/map-draw-tools/map-draw-tools.js +1 -1
  44. package/dist/collection/components/map-fullscreen/map-fullscreen.js +1 -1
  45. package/dist/collection/components/map-layer-picker/map-layer-picker.js +1 -1
  46. package/dist/collection/components/map-legend/map-legend.js +1 -1
  47. package/dist/collection/components/map-picker/map-picker.js +1 -1
  48. package/dist/collection/components/map-search/map-search.js +1 -1
  49. package/dist/collection/components/map-select-tools/map-select-tools.js +1 -1
  50. package/dist/collection/components/map-tools/map-tools.js +1 -1
  51. package/dist/collection/components/pci-calculator/pci-calculator.js +1 -1
  52. package/dist/collection/components/pdf-download/pdf-download.js +1 -1
  53. package/dist/collection/components/public-notification/public-notification.js +25 -2
  54. package/dist/collection/components/refine-selection/refine-selection.js +1 -1
  55. package/dist/collection/components/solution-configuration/solution-configuration.js +3 -3
  56. package/dist/collection/components/solution-contents/solution-contents.js +1 -1
  57. package/dist/collection/components/solution-item/solution-item.js +1 -1
  58. package/dist/collection/components/solution-item-accordion/solution-item-accordion.js +114 -4
  59. package/dist/collection/components/solution-item-details/solution-item-details.js +1 -1
  60. package/dist/collection/components/solution-item-icon/solution-item-icon.js +1 -1
  61. package/dist/collection/components/solution-item-sharing/solution-item-sharing.js +1 -1
  62. package/dist/collection/components/solution-organization-variables/solution-organization-variables.js +1 -1
  63. package/dist/collection/components/solution-resource-item/solution-resource-item.js +1 -1
  64. package/dist/collection/components/solution-spatial-ref/solution-spatial-ref.js +1 -1
  65. package/dist/collection/components/solution-template-data/solution-template-data.js +1 -1
  66. package/dist/collection/components/solution-variables/solution-variables.js +1 -1
  67. package/dist/collection/components/spatial-ref/spatial-ref.js +1 -1
  68. package/dist/collection/demos/solution-item-accordion.html +5 -3
  69. package/dist/collection/utils/interfaces.ts +17 -1
  70. package/dist/components/card-manager2.js +1 -1
  71. package/dist/components/consent-manager.js +1 -1
  72. package/dist/components/create-feature2.js +2 -2
  73. package/dist/components/create-related-feature2.js +1 -1
  74. package/dist/components/crowdsource-manager.js +1 -1
  75. package/dist/components/crowdsource-reporter.js +1 -1
  76. package/dist/components/deduct-calculator2.js +1 -1
  77. package/dist/components/delete-button2.js +1 -1
  78. package/dist/components/delete-dialog2.js +1 -1
  79. package/dist/components/edit-card2.js +1 -1
  80. package/dist/components/feature-details2.js +6 -6
  81. package/dist/components/feature-list2.js +3 -3
  82. package/dist/components/floor-filter2.js +1 -1
  83. package/dist/components/info-card2.js +2 -2
  84. package/dist/components/json-editor2.js +1 -1
  85. package/dist/components/layer-table2.js +4 -4
  86. package/dist/components/map-card2.js +1 -1
  87. package/dist/components/map-draw-tools2.js +1 -1
  88. package/dist/components/map-fullscreen2.js +1 -1
  89. package/dist/components/map-layer-picker2.js +1 -1
  90. package/dist/components/map-legend2.js +1 -1
  91. package/dist/components/map-picker2.js +1 -1
  92. package/dist/components/map-search2.js +1 -1
  93. package/dist/components/map-select-tools2.js +1 -1
  94. package/dist/components/map-tools2.js +1 -1
  95. package/dist/components/pci-calculator.js +1 -1
  96. package/dist/components/pdf-download2.js +1 -1
  97. package/dist/components/public-notification.js +6 -2
  98. package/dist/components/refine-selection2.js +1 -1
  99. package/dist/components/solution-configuration.js +3 -3
  100. package/dist/components/solution-contents2.js +1 -1
  101. package/dist/components/solution-item-accordion.js +33 -5
  102. package/dist/components/solution-item-details2.js +1 -1
  103. package/dist/components/solution-item-icon2.js +1 -1
  104. package/dist/components/solution-item-sharing2.js +1 -1
  105. package/dist/components/solution-item2.js +1 -1
  106. package/dist/components/solution-organization-variables2.js +1 -1
  107. package/dist/components/solution-resource-item2.js +1 -1
  108. package/dist/components/solution-spatial-ref2.js +1 -1
  109. package/dist/components/solution-template-data2.js +1 -1
  110. package/dist/components/solution-variables2.js +1 -1
  111. package/dist/components/spatial-ref.js +1 -1
  112. package/dist/esm/basemap-gallery_7.entry.js +6 -6
  113. package/dist/esm/buffer-tools_2.entry.js +1 -1
  114. package/dist/esm/card-manager_3.entry.js +6 -6
  115. package/dist/esm/consent-manager.entry.js +1 -1
  116. package/dist/esm/create-feature_4.entry.js +6 -6
  117. package/dist/esm/create-related-feature_3.entry.js +7 -7
  118. package/dist/esm/crowdsource-manager.entry.js +1 -1
  119. package/dist/esm/crowdsource-reporter.entry.js +1 -1
  120. package/dist/esm/deduct-calculator.entry.js +1 -1
  121. package/dist/esm/delete-dialog.entry.js +1 -1
  122. package/dist/esm/feature-list.entry.js +3 -3
  123. package/dist/esm/json-editor_7.entry.js +7 -7
  124. package/dist/esm/loader.js +1 -1
  125. package/dist/esm/map-layer-picker.entry.js +1 -1
  126. package/dist/esm/map-select-tools_3.entry.js +3 -3
  127. package/dist/esm/pci-calculator.entry.js +1 -1
  128. package/dist/esm/public-notification.entry.js +5 -2
  129. package/dist/esm/solution-configuration.entry.js +3 -3
  130. package/dist/esm/solution-contents_3.entry.js +3 -3
  131. package/dist/esm/solution-item-accordion.entry.js +32 -5
  132. package/dist/esm/solution-item-icon.entry.js +1 -1
  133. package/dist/esm/solutions-components.js +1 -1
  134. package/dist/esm/spatial-ref.entry.js +1 -1
  135. package/dist/solutions-components/assets/t9n/solution-item-accordion/resources.json +1 -1
  136. package/dist/solutions-components/assets/t9n/solution-item-accordion/resources_en.json +2 -2
  137. package/dist/solutions-components/demos/solution-item-accordion.html +5 -3
  138. package/dist/solutions-components/{p-698656b8.entry.js → p-1d1d7e63.entry.js} +1 -1
  139. package/dist/solutions-components/{p-f2d7b9c3.entry.js → p-30ea587b.entry.js} +1 -1
  140. package/dist/solutions-components/{p-7d4a72fa.entry.js → p-318f5c87.entry.js} +1 -1
  141. package/dist/solutions-components/{p-832707fd.entry.js → p-33d03eb9.entry.js} +1 -1
  142. package/dist/solutions-components/{p-8e21a871.entry.js → p-34b50565.entry.js} +1 -1
  143. package/dist/solutions-components/{p-60b3b8b4.entry.js → p-37fe59a0.entry.js} +1 -1
  144. package/dist/solutions-components/{p-7271fa31.entry.js → p-4b98adf3.entry.js} +1 -1
  145. package/dist/solutions-components/{p-4868d196.entry.js → p-5093ae54.entry.js} +1 -1
  146. package/dist/solutions-components/p-64f814dd.entry.js +6 -0
  147. package/dist/solutions-components/{p-ed1ecb5b.entry.js → p-6f4e5c19.entry.js} +1 -1
  148. package/dist/solutions-components/{p-79d66109.entry.js → p-7dc7d3dc.entry.js} +1 -1
  149. package/dist/solutions-components/p-83ba1288.entry.js +6 -0
  150. package/dist/solutions-components/p-9e3a40bc.entry.js +6 -0
  151. package/dist/solutions-components/{p-837e0939.entry.js → p-b536e583.entry.js} +1 -1
  152. package/dist/solutions-components/{p-5e4e0f84.entry.js → p-dafc6680.entry.js} +1 -1
  153. package/dist/solutions-components/p-e3e35c14.entry.js +6 -0
  154. package/dist/solutions-components/{p-0326f1f4.entry.js → p-e43c8944.entry.js} +1 -1
  155. package/dist/solutions-components/{p-f95cc485.entry.js → p-ed443a0b.entry.js} +1 -1
  156. package/dist/solutions-components/{p-f1b5f09a.entry.js → p-ee3bb943.entry.js} +1 -1
  157. package/dist/solutions-components/{p-b7421036.entry.js → p-f0b1b6f6.entry.js} +1 -1
  158. package/dist/solutions-components/p-f9deadd7.entry.js +6 -0
  159. package/dist/solutions-components/solutions-components.esm.js +1 -1
  160. package/dist/solutions-components/utils/interfaces.ts +17 -1
  161. package/dist/solutions-components_commit.txt +6 -6
  162. package/dist/types/components/public-notification/public-notification.d.ts +5 -0
  163. package/dist/types/components/solution-item-accordion/solution-item-accordion.d.ts +22 -2
  164. package/dist/types/components.d.ts +38 -2
  165. package/dist/types/preact.d.ts +5 -1
  166. package/dist/types/utils/interfaces.d.ts +13 -0
  167. package/package.json +1 -1
  168. package/dist/solutions-components/p-40b36394.entry.js +0 -6
  169. package/dist/solutions-components/p-b636a8b4.entry.js +0 -6
  170. package/dist/solutions-components/p-d6c60b8f.entry.js +0 -6
  171. package/dist/solutions-components/p-dcabfe6a.entry.js +0 -6
  172. package/dist/solutions-components/p-fabab119.entry.js +0 -6
@@ -261,7 +261,7 @@ const FloorFilter = class {
261
261
  * Renders the component.
262
262
  */
263
263
  render() {
264
- return (index.h(index.Host, { key: 'b2ba7504abbc8621f2ad4f561920f2125181350d' }, index.h("div", { key: '1df2a06b4b99ba0ece38ca3d91b622ce9b692c4a', ref: (el) => { this._floorFilterElement = el; } })));
264
+ return (index.h(index.Host, { key: '51da7a656e7f56ecc8cc4093d3dab856f77b5c7a' }, index.h("div", { key: 'd2fda7047f09a673216484f5c202f039fca20108', ref: (el) => { this._floorFilterElement = el; } })));
265
265
  }
266
266
  /**
267
267
  * StencilJS: Called once just after the component is first loaded.
@@ -428,7 +428,7 @@ const MapFullscreen = class {
428
428
  * Renders the component.
429
429
  */
430
430
  render() {
431
- return (index.h(index.Host, { key: '50488298d31b85071bb8ec898781b8af52a800ae' }, index.h("div", { key: '24b4c28cd69ce487c851412a839f6762ceaf02b1', class: "fullscreen-widget", ref: (el) => { this._fullscreenElement = el; } })));
431
+ return (index.h(index.Host, { key: '657b81420a155322e56e3cb20b8656605233c0d4' }, index.h("div", { key: '5ebf1f1b368f1d32bbcc4d8b1380d4aa7b985ab1', class: "fullscreen-widget", ref: (el) => { this._fullscreenElement = el; } })));
432
432
  }
433
433
  /**
434
434
  * StencilJS: Called just after the component updates.
@@ -555,7 +555,7 @@ const MapLegend = class {
555
555
  * StencilJS: Renders the component.
556
556
  */
557
557
  render() {
558
- return (index.h(index.Host, { key: '60b355f71d25b3c683f6218941e342899006d839' }, index.h("div", { key: '7686d302e16fd42cd26777d14c682dc0e951c058', ref: (el) => { this._legendElement = el; } })));
558
+ return (index.h(index.Host, { key: 'dd7414c2dccf150f1d47d8f9491d89905feb64af' }, index.h("div", { key: '16951986e7602ea0b66a3f55ee1a678cc0af84ce', ref: (el) => { this._legendElement = el; } })));
559
559
  }
560
560
  /**
561
561
  * StencilJS: Called once just after the component is fully loaded and the first render() occurs.
@@ -726,7 +726,7 @@ const MapPicker = class {
726
726
  * Renders the component.
727
727
  */
728
728
  render() {
729
- return (index.h(index.Host, { key: 'a16cef5d3d16de605f51ce77450365e8c7f5ba08' }, this._getToolbar(), this._getMapNameList(this._mapListExpanded)));
729
+ return (index.h(index.Host, { key: 'f02389d06d3e4030387c0cded08b665fe8ee36eb' }, this._getToolbar(), this._getMapNameList(this._mapListExpanded)));
730
730
  }
731
731
  /**
732
732
  * Called once after the component has loaded
@@ -925,7 +925,7 @@ const MapSearch = class {
925
925
  * Renders the component.
926
926
  */
927
927
  render() {
928
- return (index.h(index.Host, { key: 'fec180c41817a6388f5fdb3f14b72355cbbb1467' }, index.h("div", { key: '72b3931995d7157572d54069e73fb6bd95eb6f44', class: "search-widget", ref: (el) => { this._searchElement = el; } })));
928
+ return (index.h(index.Host, { key: '9c344160df28da3a895a9b7c3c7e32b8a43fa6b8' }, index.h("div", { key: 'd98417c82b0fae1c7abc5ef54886579182d5464a', class: "search-widget", ref: (el) => { this._searchElement = el; } })));
929
929
  }
930
930
  //--------------------------------------------------------------------------
931
931
  //
@@ -1232,7 +1232,7 @@ const MapTools = class {
1232
1232
  const toolMarginClass = this.enableSingleExpand ? "margin-top-1-2" : "";
1233
1233
  const toolOrder = this.toolOrder ? this.toolOrder : ["legend", "search", "fullscreen", "floorfilter"];
1234
1234
  const shadowClass = this.stackTools ? "box-shadow" : "";
1235
- return (index.h(index.Host, { key: '4630a876708781097e02cf1aa94a3f77e30c0fee' }, index.h("div", { key: '28be602bad246ef82214f3724aaf5f8480473456', class: containerClass }, this.enableSingleExpand ? (index.h("div", { class: "box-shadow" }, this._getActionGroup(toggleIcon, false, expandTip, () => this._toggleTools()))) : undefined, index.h("div", { key: '25694e233efe5b917f0a4b25cc4c707c0584cae4', class: `${toolMarginClass} ${shadowClass} ${toolsClass}` }, this._getMapWidgets(toolOrder))), index.h("basemap-gallery", { key: 'db1c9cd3e1851957f9be86d43dc94355f6894a26', basemapConfig: this.basemapConfig, class: basemapClass, mapView: this.mapView, ref: (el) => { this._basemapElement = el; } }), index.h("map-search", { key: '558c28360b5e295a886becff4a07c5ec3d22c570', class: searchClass, mapView: this.mapView, ref: (el) => { this._searchElement = el; }, resultGraphicEnabled: true, searchConfiguration: this.searchConfiguration }), index.h("map-legend", { key: '8e9a8c3e0619773b10ed51543717c2c63d7caa7a', class: legendClass, mapView: this.mapView, ref: (el) => { this._legendElement = el; } }), index.h("map-fullscreen", { key: '0fba4904ba25f4122e57dc77f3bc64f2bd59d7c1', class: fullscreenClass, mapView: this.mapView, onFullscreenStateChange: (evt) => this._fullscreenStateChange(evt.detail), ref: (el) => { this._fullscreenElement = el; } }), index.h("floor-filter", { key: '696d3bc16a3464770e96a45af8224537550c90a2', class: floorFilterClass, enabled: this.enableFloorFilter, mapView: this.mapView, ref: (el) => { this._floorFilterElement = el; } })));
1235
+ return (index.h(index.Host, { key: '2fc2ec5b50545b65962e3942512a935e4017908d' }, index.h("div", { key: 'aa7824c19b2dbdaf7e21d1bc59dd066f2b3623b5', class: containerClass }, this.enableSingleExpand ? (index.h("div", { class: "box-shadow" }, this._getActionGroup(toggleIcon, false, expandTip, () => this._toggleTools()))) : undefined, index.h("div", { key: '7cd0c1f2f69cf961c11c7b8b3c1989342a300f77', class: `${toolMarginClass} ${shadowClass} ${toolsClass}` }, this._getMapWidgets(toolOrder))), index.h("basemap-gallery", { key: 'f6c9fc50b1e8360d4d60df85bd0c2341a0504fcf', basemapConfig: this.basemapConfig, class: basemapClass, mapView: this.mapView, ref: (el) => { this._basemapElement = el; } }), index.h("map-search", { key: '3e231e74bff5d0b373e6105b738a27aeef880094', class: searchClass, mapView: this.mapView, ref: (el) => { this._searchElement = el; }, resultGraphicEnabled: true, searchConfiguration: this.searchConfiguration }), index.h("map-legend", { key: 'ce1388b4892e6870ac3a38399e5ad619ab843be1', class: legendClass, mapView: this.mapView, ref: (el) => { this._legendElement = el; } }), index.h("map-fullscreen", { key: '414ea8be82bbc1a9fd7f9ab63f5c1ee7e3dc25b1', class: fullscreenClass, mapView: this.mapView, onFullscreenStateChange: (evt) => this._fullscreenStateChange(evt.detail), ref: (el) => { this._fullscreenElement = el; } }), index.h("floor-filter", { key: '9dcada2a4f2cd48a1db01d26b74b75aa09f37f8b', class: floorFilterClass, enabled: this.enableFloorFilter, mapView: this.mapView, ref: (el) => { this._floorFilterElement = el; } })));
1236
1236
  }
1237
1237
  //--------------------------------------------------------------------------
1238
1238
  //
@@ -476,7 +476,7 @@ const MapDrawTools = class {
476
476
  "border" : "border esri-widget esri-sketch__panel";
477
477
  const undoRedoClass = this.drawMode === interfaces.EDrawMode.SKETCH ?
478
478
  "display-none" : "esri-widget esri-sketch__panel border-left esri-sketch__section";
479
- return (index.h(index.Host, { key: 'da7ef0973544c8b88ced49ef8c5a89b5d5cf48ea' }, index.h("div", { key: '6cf3a4276a2a319c6f1a74d2824b0bb3003c9f9b', class: containerClass }, index.h("div", { key: 'dade38f4d01fa7c28915a4fce879f9383d5892b9', ref: (el) => { this._sketchElement = el; } }), index.h("div", { key: '6e2fbb2dcfb2e4e51f35aa615c0003a65fa3bd66', class: undoRedoClass }, index.h("calcite-action", { key: '8156802d2740aaa483e4f312cadadc5744f13486', disabled: !this.undoEnabled, icon: "undo", onClick: () => this._undo(), scale: "s", text: this._translations.undo }), index.h("calcite-action", { key: 'cd05845f66e187a317215e18d6a18696328960bf', disabled: !this.redoEnabled, icon: "redo", onClick: () => this._redo(), scale: "s", text: this._translations.redo })))));
479
+ return (index.h(index.Host, { key: '55983c5e2102a1bc5c1936946a6c343d8b5e6ce4' }, index.h("div", { key: 'd0cd16b9f3d1386ce39236aacd7cd1ef9e585a55', class: containerClass }, index.h("div", { key: 'cbeea2fc130e72a2b1739702cf49e35b798975ed', ref: (el) => { this._sketchElement = el; } }), index.h("div", { key: '50a103c4b4daf46f8da6607d6820545b44128aeb', class: undoRedoClass }, index.h("calcite-action", { key: '35f3767f23b1e86545df36b765571f90a2f2fa32', disabled: !this.undoEnabled, icon: "undo", onClick: () => this._undo(), scale: "s", text: this._translations.undo }), index.h("calcite-action", { key: '28961fa0141eda4848257fe7dd40e4c5a22ed65b', disabled: !this.redoEnabled, icon: "redo", onClick: () => this._redo(), scale: "s", text: this._translations.redo })))));
480
480
  }
481
481
  //--------------------------------------------------------------------------
482
482
  //
@@ -141,7 +141,7 @@ const CardManager = class {
141
141
  const heading = isTable ? this._translations.createRecord : this._translations.createFeature;
142
142
  const guideMsg = this.customInfoText ? this.customInfoText : this.selectingFeatureFromMap ? this._translations.selectFeaturesFromMapToStart : this._translations.selectFeaturesToStart;
143
143
  const showCreateFeatureOrRecordBtn = this.enableCreateFeatures && this.layer?.capabilities?.operations?.supportsAdd;
144
- return (index.h(index.Host, { key: '5557aa4d80b859335e38db3f4255f4a61d00560f' }, index.h("div", { key: '6756e3314fc3444a982010a3cfa702d77f05f316', class: "overflow-auto height-full" }, index.h("calcite-shell", { key: '715eb7ed692a1d00347d44f20df370cf9a91ded5', class: "position-relative " + featuresClass }, index.h("div", { key: 'baf4e97c1884f477e4077a6dc8e59d98c77593a4', class: "position-static z-index-500" }, index.h("info-card", { key: 'e2ed262e2ebdf9b79ddd725f073f13d6a17909d2', enableEditGeometry: this.enableEditGeometry, graphics: this._graphics, isLoading: this._cardLoading, isMobile: this.isMobile, locale: this.locale, mapView: this.mapView }))), index.h("calcite-shell", { key: '536b1dec2a539191f30b648f70a6bdcd447a6d6c', class: "position-relative " + messageClass }, index.h("calcite-flow-item", { key: 'fe3ea9d0c94b51b3c67fdd784d624479d61663d9' }, index.h("calcite-panel", { key: 'e01b6ebb54d5cf265f3b12cabf56754174c6e53e' }, index.h("div", { key: '90c3fa4e158218d6a057bb3741bfaad1d33f84d1', class: "padding-1" }, index.h("calcite-notice", { key: 'c9dfc38e3dacf0606e7688bc60008ddf3211733d', icon: this.selectingFeatureFromMap ? "map" : "table", iconFlipRtl: true, open: true }, index.h("div", { key: '09230437c58274365885d31457a758c634de6118', slot: "message" }, guideMsg))), !this.isMobile && showCreateFeatureOrRecordBtn && index.h("calcite-button", { key: '25e36e909b1b2cd9c470c7130e3b058feb6a9701', disabled: !this.layer, onClick: () => this._createFeatureBtnClicked(), slot: "footer", width: "full" }, isTable ? this._translations.createRecord : this._translations.createFeature)))), index.h("calcite-shell", { key: 'ee86348e78c6ab5bf355ada65157f7145289e7d0', class: "position-relative " + createFeatureClass }, index.h("calcite-flow-item", { key: 'a76afb730f23f07a65ff87280812084aa0b656ab' }, index.h("calcite-panel", { key: '0e8b44fecacbd09836c5cda2c75db076073de051', heading: heading }, index.h("calcite-action", { key: '8031226773c3aae1308104050cd347b1be25bf2a', class: "back-button hydrated", icon: "chevron-left", onClick: this._backFromCreateFeature.bind(this), scale: "s", slot: "header-actions-start", text: "" }), this.getEditorComponent(), this._showSubmitBtn && index.h("calcite-button", { key: '80ae2e97c96a696fd8d964231549d37a101ee34b', appearance: "solid", class: "footer-top-button footer-button", onClick: () => void this._createFeature.submit(), slot: "footer", width: "full" }, this._translations.create)))))));
144
+ return (index.h(index.Host, { key: '5557aa4d80b859335e38db3f4255f4a61d00560f' }, index.h("div", { key: '6756e3314fc3444a982010a3cfa702d77f05f316', class: "overflow-auto height-full" }, index.h("calcite-shell", { key: '715eb7ed692a1d00347d44f20df370cf9a91ded5', class: "position-relative " + featuresClass }, index.h("div", { key: 'baf4e97c1884f477e4077a6dc8e59d98c77593a4', class: "position-static z-index-500" }, index.h("info-card", { key: 'e2ed262e2ebdf9b79ddd725f073f13d6a17909d2', enableEditGeometry: this.enableEditGeometry, graphics: this._graphics, isLoading: this._cardLoading, isMobile: this.isMobile, locale: this.locale, mapView: this.mapView }))), index.h("calcite-shell", { key: '536b1dec2a539191f30b648f70a6bdcd447a6d6c', class: "position-relative " + messageClass }, index.h("calcite-panel", { key: '285eb9f07fcaf53c23ccecb44d68ec5bb85c9528' }, index.h("div", { key: 'dd180d0c21823d5cb3007c6078c9daa81a487101', class: "padding-1" }, index.h("calcite-notice", { key: 'b7d4ffb57b912c0424bef1c828608fd41d12d561', icon: this.selectingFeatureFromMap ? "map" : "table", iconFlipRtl: true, open: true }, index.h("div", { key: '642339477aa8b9e1cba106dcb410ef293363311f', slot: "message" }, guideMsg))), !this.isMobile && showCreateFeatureOrRecordBtn && index.h("calcite-button", { key: '835562b5a083e7fc6f558d19787d5fa2680c2938', disabled: !this.layer, onClick: () => this._createFeatureBtnClicked(), slot: "footer", width: "full" }, isTable ? this._translations.createRecord : this._translations.createFeature))), index.h("calcite-shell", { key: '5aeb16a8b0e6e693b7fddd64bf1ec2fe6553f133', class: "position-relative " + createFeatureClass }, index.h("calcite-flow-item", { key: '20487f672aa32832c3b6a576976ad1bb12116814' }, index.h("calcite-panel", { key: '9cc5d827a20afbf3381be0739cc3cc6713af8d66', heading: heading }, index.h("calcite-action", { key: 'c441e24039efd9ec28471e6b66bfea2a4b5a8454', class: "back-button hydrated", icon: "chevron-left", onClick: this._backFromCreateFeature.bind(this), scale: "s", slot: "header-actions-start", text: "" }), this.getEditorComponent(), this._showSubmitBtn && index.h("calcite-button", { key: 'a858b7a2fb25e257b6c92ca5719fb3a7cc8aedbb', appearance: "solid", class: "footer-top-button footer-button", onClick: () => void this._createFeature.submit(), slot: "footer", width: "full" }, this._translations.create)))))));
145
145
  }
146
146
  /**
147
147
  * Returns the editor component for adding feature
@@ -800,8 +800,8 @@ const LayerTable = class {
800
800
  const tableHeightClass = this.isMobile ? "height-full" : "height-full-adjusted";
801
801
  const showSearch = this._canShowFullTextSearch();
802
802
  this._validateActiveActions();
803
- return (index.h(index.Host, { key: '68d6d57fbc9122b15340e0be3426ad00d398c7b2' }, index.h("div", { key: 'c4839ef8df0c5d3937b68c444264ce3bbb5c808d' }, index.h("calcite-scrim", { key: 'd4fa1a66ddcc5d0e83ee4ee43b2a3230e7f0298f', class: scrimClass, loading: this._queryingData }), index.h("calcite-shell", { key: '2ae1aee8a242902f3fbc9a1a19b62a8b721e5de7' }, this._getTableControlRow("header"), index.h("div", { key: '73d424f4bb07f56245c2c0858544d6cb7d9fcc74', class: `width-full ${tableHeightClass}` }, index.h("calcite-panel", { key: 'a2404478e2daf5ebac1ff3ac10378a98c868bcb2', class: "height-full width-full" }, showSearch &&
804
- index.h("div", { key: 'e18c71ccab7853438c51fe7168b7a98087d215e2', class: "search-container" }, index.h("calcite-input", { key: '39ecb52bacd4560a94310a56faf084941aa44a2a', class: "search", clearable: true, icon: "search", onCalciteInputChange: (evt) => void this._searchTextChanged(evt), placeholder: this._searchPlaceHolder, title: this._searchPlaceHolder, type: "search" })), index.h("calcite-loader", { key: 'ce2aeb5e108b1d76da8694a071dcd46098e6bb28', class: loadingClass, label: this._translations.fetchingData, scale: "l" }), index.h("div", { key: '78e596cb45427bb9d21a11368361f67e1ed306a5', class: tableNodeClass, ref: this.onTableNodeCreate }))), !this.isMobile ? (index.h("div", { class: "bottom-left text-color height-19" }, this._translations.recordsSelected
803
+ return (index.h(index.Host, { key: 'f51377beacfa93e7f6faccb054748c33f0fe41e2' }, index.h("div", { key: '1c4745468d68c3394d2479ddc0128cee2f8f8119' }, index.h("calcite-scrim", { key: '107f64b58b12fd258cdd6cac17ab671f3bf761b9', class: scrimClass, loading: this._queryingData }), index.h("calcite-shell", { key: '770b53edf5626c49f941f46cf120fe97cb5161a2' }, this._getTableControlRow("header"), index.h("div", { key: '452b1d740d7e1e3a27fcdc0366fbe4f3cfb6d2e3', class: `width-full ${tableHeightClass}` }, index.h("calcite-panel", { key: '63b8dd565344f7a04f42bd6ec63596a0599095bc', class: "height-full width-full" }, showSearch &&
804
+ index.h("div", { key: 'c2fc7178a79e00527ed1d383bd54788e476dc7a5', class: "search-container" }, index.h("calcite-input", { key: 'b8e81f96528ebf2cdb3650b6ef0492c9f492c5c7', class: "search", clearable: true, icon: "search", onCalciteInputChange: (evt) => void this._searchTextChanged(evt), placeholder: this._searchPlaceHolder, title: this._searchPlaceHolder, type: "search" })), index.h("calcite-loader", { key: 'bce4751b3d1d568f916d40e50893b88cb84b4b70', class: loadingClass, label: this._translations.fetchingData, scale: "l" }), index.h("div", { key: '9fdcdfec8f715b68e01ec75a328d4b91ad4975ea', class: tableNodeClass, ref: this.onTableNodeCreate }))), !this.isMobile ? (index.h("div", { class: "bottom-left text-color height-19" }, this._translations.recordsSelected
805
805
  .replace("{{total}}", total)
806
806
  .replace("{{selected}}", selected))) : undefined), this.createFilterModal && this._filterModal())));
807
807
  }
@@ -1033,8 +1033,8 @@ const LayerTable = class {
1033
1033
  const selected = this._columnsInfo[k];
1034
1034
  return (index.h("calcite-dropdown-item", { id: `layer-table-${k.toLowerCase().replaceAll(" ", "")}`, label: k, onClick: (e) => {
1035
1035
  const target = e.target;
1036
- this._columnsInfo[target.label] = target.selected;
1037
- if (!target.selected) {
1036
+ this._columnsInfo[target.label] = !target.selected;
1037
+ if (target.selected) {
1038
1038
  this._table.hideColumn(target.label);
1039
1039
  }
1040
1040
  else {
@@ -2655,7 +2655,7 @@ const MapCard = class {
2655
2655
  const mapHeightClass = this.mapInfos?.length > 1 || this.isMapLayout ? "map-height" : "height-full";
2656
2656
  const progressClass = this.isMapLayout ? "" : "display-none";
2657
2657
  this._validateActiveActions();
2658
- return (index.h(index.Host, { key: 'a47f4ac21db985fb91ff3f5378594f60405f312c' }, index.h("div", { key: 'fdf76fd829a8e88725b43f8174a0d95fbf7a3dd1', class: `${mapContainerClass} width-full`, ref: (el) => this._toolbar = el }, this._getActionBar(), !this.isMobile && this.isMapLayout && this._getDropdown("more-table-options"), this.enableShare && !this.isMobile && this.isMapLayout ? this._getShare("share") : undefined), index.h("calcite-progress", { key: 'b5b672726b4a4c812c386faad2077135a1e1231c', class: progressClass, value: 0 }), index.h("div", { key: 'f815ef4dba45b53c0ec4a49fe12e741b3331ce51', class: `${mapHeightClass} ${mapClass}`, ref: (el) => (this._mapDiv = el) }), index.h("map-tools", { key: '8e2ed31f49d349786caa4827a473a8e70e6ae611', basemapConfig: this.basemapConfig, class: `box-shadow ${themeClass}`, enableBasemap: this.enableBasemap, enableFloorFilter: this.enableFloorFilter, enableFullscreen: this.enableFullscreen, enableHome: this.enableHome, enableLegend: this.enableLegend, enableSearch: this.enableSearch, enableSingleExpand: this.enableSingleExpand, homeZoomToolsSize: this.homeZoomToolsSize, locale: this.locale, mapView: this.mapView, mapWidgetsSize: this.mapWidgetsSize, position: this.mapWidgetsPosition, ref: (el) => this._mapTools = el, searchConfiguration: this._searchConfiguration, stackTools: this.stackTools, toolOrder: this.toolOrder })));
2658
+ return (index.h(index.Host, { key: 'c75f46c3c93b03c8ffbd63b281623a63ea790ca7' }, index.h("div", { key: '786c752edecfc230c0c80ef221160c8f91ca2013', class: `${mapContainerClass} width-full`, ref: (el) => this._toolbar = el }, this._getActionBar(), !this.isMobile && this.isMapLayout && this._getDropdown("more-table-options"), this.enableShare && !this.isMobile && this.isMapLayout ? this._getShare("share") : undefined), index.h("calcite-progress", { key: '73fc88be2657f9f2483c624b2251192b318705e6', class: progressClass, value: 0 }), index.h("div", { key: '196fdeb21377ff9cd67327c8172ef96371e4397f', class: `${mapHeightClass} ${mapClass}`, ref: (el) => (this._mapDiv = el) }), index.h("map-tools", { key: 'edf7abde0350d0627fc84ae05c829885e37a4624', basemapConfig: this.basemapConfig, class: `box-shadow ${themeClass}`, enableBasemap: this.enableBasemap, enableFloorFilter: this.enableFloorFilter, enableFullscreen: this.enableFullscreen, enableHome: this.enableHome, enableLegend: this.enableLegend, enableSearch: this.enableSearch, enableSingleExpand: this.enableSingleExpand, homeZoomToolsSize: this.homeZoomToolsSize, locale: this.locale, mapView: this.mapView, mapWidgetsSize: this.mapWidgetsSize, position: this.mapWidgetsPosition, ref: (el) => this._mapTools = el, searchConfiguration: this._searchConfiguration, stackTools: this.stackTools, toolOrder: this.toolOrder })));
2659
2659
  }
2660
2660
  /**
2661
2661
  * Called each time after the component is loaded
@@ -8575,7 +8575,7 @@ const ConsentManager = class {
8575
8575
  * Renders the component.
8576
8576
  */
8577
8577
  render() {
8578
- return (index$1.h(index$1.Host, { key: '4443b1be43831091773f5103c00dcb6ca1afeda1' }, index$1.h("calcite-alert", { key: 'cb5a4981908422979ad684be6605fefac6c2655d', kind: "brand", label: this._translations.trackingAlertLabel, onCalciteAlertClose: () => this._alertClosed(), open: this._open }, index$1.h("div", { key: 'c1623351bfac6185c500d8bf8f397a7f70a13aa0', slot: "message" }, this._translations.message), index$1.h("calcite-button", { key: '180a7e6c9f893827304bd94373b3542a0f535028', alignment: "center", appearance: "solid", kind: "brand", onClick: () => this._accept(), scale: "m", slot: "actions-end", style: { margin: "auto" }, type: "button" }, this._translations.accept))));
8578
+ return (index$1.h(index$1.Host, { key: '6b5a4571e972d6d79948cbf186119372456b5e1e' }, index$1.h("calcite-alert", { key: '93eaac2efe214be10c0b5a0ff511404e74861bd0', kind: "brand", label: this._translations.trackingAlertLabel, onCalciteAlertClose: () => this._alertClosed(), open: this._open }, index$1.h("div", { key: '791bf8851d3f7fd5cec537afcd369071127701a4', slot: "message" }, this._translations.message), index$1.h("calcite-button", { key: 'a3708023545b76ab30fc085d6de8c853a986a5a6', alignment: "center", appearance: "solid", kind: "brand", onClick: () => this._accept(), scale: "m", slot: "actions-end", style: { margin: "auto" }, type: "button" }, this._translations.accept))));
8579
8579
  }
8580
8580
  /**
8581
8581
  * Called once after the component is loaded
@@ -294,8 +294,8 @@ const CreateFeature = class {
294
294
  else if (this._currentPage === 'featureForm') {
295
295
  guidingMsg = this._translations.provideDetailsMsg;
296
296
  }
297
- return (index.h(index.Fragment, { key: '5ff1ae8fd3d3ca323e4a4cf58118632de8f666e8' }, showGuidingMsg && index.h("calcite-notice", { key: '908e0893f38e70a76541da6b102ff2664caeb5f1', class: "notice-msg", icon: "lightbulb", kind: "success", open: true, ref: el => this._calciteNotice = el }, index.h("div", { key: '2b070778d3d9d864ba4a3d0be2d766d5a2ddc398', slot: "message" }, guidingMsg)), index.h("calcite-loader", { key: '1cc22fb1a2db9c69538dc72953c9a6181d197a17', class: loaderClass, label: "", scale: "s" }), index.h("div", { key: '68f8fb63bfb05aba67ac9b4906d61f0267718033', class: featureFormClass, id: "feature-form" }), this.enableSearch &&
298
- index.h("div", { key: 'a7688f8306d4c10a8abb45200fd89785cda444d8', class: `search-widget ${showSearchWidget} ${featureFormClass}`, id: "search-widget-ref", ref: el => this._searchDiv = el }), index.h("div", { key: 'ffed98a27fdc673fdbadc88533344d338f554ff3', class: `${mobileMapClass}`, ref: (el) => { this._mapViewContainer = el; } })));
297
+ return (index.h(index.Fragment, { key: '829e66e8b4818b2566d514ae85eddc50968075f8' }, showGuidingMsg && index.h("calcite-notice", { key: '0347181f26f5d87d38f8be185e0b43ffbbc34208', class: "notice-msg", icon: "lightbulb", kind: "success", open: true, ref: el => this._calciteNotice = el }, index.h("div", { key: 'e5dd776ead66c26184a5aad747e82d97612d961a', slot: "message" }, guidingMsg)), index.h("calcite-loader", { key: '7989ecdbb4b635d38a1d63bf879d7e95b3f9a9be', class: loaderClass, label: "", scale: "s" }), index.h("div", { key: '6f6184af21e8a0595e5c51c132e657e7660caa01', class: featureFormClass, id: "feature-form" }), this.enableSearch &&
298
+ index.h("div", { key: '2068ca424a9355a28c9957104a4f6973b11c1b8f', class: `search-widget ${showSearchWidget} ${featureFormClass}`, id: "search-widget-ref", ref: el => this._searchDiv = el }), index.h("div", { key: 'a899d52788e6cfa67fe77abbbe0eeb6383b40d0a', class: `${mobileMapClass}`, ref: (el) => { this._mapViewContainer = el; } })));
299
299
  }
300
300
  //--------------------------------------------------------------------------
301
301
  //
@@ -789,7 +789,7 @@ const DeleteButton = class {
789
789
  * Renders the component.
790
790
  */
791
791
  render() {
792
- return (index.h(index.Host, { key: '16e40d762fda104d4b5687076a66c8a966c74838' }, this.buttonType === "button" ? (index.h("calcite-button", { appearance: "outline", disabled: !this._deleteEndabled, id: "solutions-delete", kind: "danger", onClick: () => this._delete(), width: "full" }, this._translations.deleteCount.replace("{{n}}", this.ids.length.toString()))) : (index.h("calcite-action", { appearance: "solid", disabled: !this._deleteEndabled, id: this.icon, onClick: () => this._delete(), scale: "s", text: this._translations.delete }, index.h("calcite-button", { appearance: "transparent", iconStart: this.icon, kind: "danger" }, this._translations.delete))), this._deleteMessage(), index.h("calcite-tooltip", { key: '43b52554c36cdeffb89e9c6c81bbb0a0549fa20b', placement: "bottom", "reference-element": this.buttonType === "button" ? "solutions-delete" : this.icon }, index.h("span", { key: 'f27147140dedcea99d759d5a84128adfc788becc' }, this._translations.delete))));
792
+ return (index.h(index.Host, { key: '73d07f24703df76fdacc1b3a1ec80cfdd7bbee30' }, this.buttonType === "button" ? (index.h("calcite-button", { appearance: "outline", disabled: !this._deleteEndabled, id: "solutions-delete", kind: "danger", onClick: () => this._delete(), width: "full" }, this._translations.deleteCount.replace("{{n}}", this.ids.length.toString()))) : (index.h("calcite-action", { appearance: "solid", disabled: !this._deleteEndabled, id: this.icon, onClick: () => this._delete(), scale: "s", text: this._translations.delete }, index.h("calcite-button", { appearance: "transparent", iconStart: this.icon, kind: "danger" }, this._translations.delete))), this._deleteMessage(), index.h("calcite-tooltip", { key: '803898895029bd098264b9144ff5ccee102d4ae8', placement: "bottom", "reference-element": this.buttonType === "button" ? "solutions-delete" : this.icon }, index.h("span", { key: 'a920ffea1849667cd58812a2c1813d2e066f0064' }, this._translations.delete))));
793
793
  }
794
794
  /**
795
795
  * StencilJS: Called once just after the component is fully loaded and the first render() occurs.
@@ -1035,7 +1035,7 @@ const EditCard = class {
1035
1035
  !this.graphics[0].layer.editingEnabled : true;
1036
1036
  const tableNodeClass = this._editorLoading ? "display-none" : "position-absolute";
1037
1037
  const loadingClass = this._editorLoading ? "" : "display-none";
1038
- return (index.h(index.Host, { key: '07a1ccdba5162490e20fee0ef555cef895f0885e' }, index.h("div", { key: '845beed84402ca9a4056bd7231eed52a89ff65b8', class: "position-absolute" }, editDisabled ? (index.h("calcite-notice", { kind: "warning", open: true, slot: "content-top", width: "full" }, index.h("div", { slot: "message" }, this._translations.enableEditing))) : undefined, index.h("div", { key: '0f8dcb1c8d2cd8df395a5f0b2abf9e1d3a50f11f', class: "position-absolute" }, index.h("div", { key: 'f0906c8e8c046f8464a5487958b6bc637207b00c', class: tableNodeClass, id: "feature-form", ref: (el) => this._editContainer = el }), index.h("calcite-loader", { key: 'cb2e513262d14470287097572c905173a0c63f92', class: loadingClass, label: "", scale: "s" })))));
1038
+ return (index.h(index.Host, { key: 'e181f65e7218ce0350de5dcab9049ff63a5d39c1' }, index.h("div", { key: '44bf2b5cf31c5acc7f65fb7ec50fd84e77c95470', class: "position-absolute" }, editDisabled ? (index.h("calcite-notice", { kind: "warning", open: true, slot: "content-top", width: "full" }, index.h("div", { slot: "message" }, this._translations.enableEditing))) : undefined, index.h("div", { key: '97119476aa2a992ccadc1d61119f2640d195e7b1', class: "position-absolute" }, index.h("div", { key: 'f429decea684a6a22db89de89da3755bdbff19cc', class: tableNodeClass, id: "feature-form", ref: (el) => this._editContainer = el }), index.h("calcite-loader", { key: '3ea908ef8dadd2f1c85bfac1b344f8b4441b8706', class: loadingClass, label: "", scale: "s" })))));
1039
1039
  }
1040
1040
  //--------------------------------------------------------------------------
1041
1041
  //
@@ -1372,8 +1372,8 @@ const InfoCard = class {
1372
1372
  const id = this._features?.selectedFeature?.getObjectId();
1373
1373
  const ids = parseInt(id?.toString(), 10) > -1 ? [id] : [];
1374
1374
  const deleteEnabled = this._layer?.editingEnabled && this._layer?.capabilities?.operations?.supportsDelete;
1375
- return (index.h(index.Host, { key: '66070d48134f89d9cf132572fe1adf790b6d3ec6' }, index.h("calcite-shell", { key: 'b77248dce176df940d8b0c347154b73738a5576d', style: { position: this.position } }, this._getHeader(), index.h("calcite-loader", { key: 'c1638ca8320a0ae12a9ccd1fd8841efde4236ba5', class: loadingClass, label: this._translations.fetchingData }), index.h("div", { key: 'cf5ee3be5c0ea3be36205dcf7c0747461802a5f1', class: "esri-widget feature-node " + featureNodeClass, id: this._featuresNodeId }), index.h("div", { key: '6fbfa6947fa0fdb1b14a03217da60f07ecff2e1b', class: `${editButtonClass} width-100`, slot: "footer" }, this.allowEditing &&
1376
- index.h("div", { key: 'fdcb078c3b3f183b06dc3a48d27fee46e3a4fffa', class: "display-flex top-border padding-1-2" }, index.h("calcite-button", { key: '7193bec80a40f353d24e5d327d99d94a2c5ff356', appearance: "solid", id: "solutions-edit", onClick: () => this._openEditRecord(), width: "full" }, this._translations.edit), this.isMobile && deleteEnabled ? (index.h("delete-button", { class: "padding-inline-start-1 width-100", id: "solutions-delete", ids: ids, layer: this._layer, locale: this.locale, onEditsComplete: () => this._closePopup() })) : undefined, index.h("calcite-tooltip", { key: '228a9691edd916a5d644cb19db24898cdf7cab3b', placement: "bottom", "reference-element": "solutions-edit" }, index.h("span", { key: '5c696df370bcf230d3fc06523ec3cb9d96f2fe2b' }, this._translations.edit)), this.isMobile && deleteEnabled ? (index.h("calcite-tooltip", { placement: "bottom", "reference-element": "solutions-delete" }, index.h("span", null, this._translations.delete))) : undefined), this.paginationEnabled && !nextBackDisabled && index.h("div", { key: 'e1b829a888913af6a9d777a2df0d65571ac3bec1', class: `display-flex padding-1-2 button-container top-border ${nextBackClass}` }, index.h("div", { key: '8746737a103266efe64a8f80c2359f9e170586d5' }, index.h("calcite-button", { key: 'ac6fc23dc2831608cc9c86fe384c0a927cd7d7ac', appearance: 'transparent', disabled: nextBackDisabled, iconFlipRtl: "both", iconStart: "chevron-left", id: "solutions-back", onClick: () => this._back(), width: "full" }), index.h("calcite-tooltip", { key: 'd4a1e2753c35e97064ca66d5c30deccd532fb158', placement: "top", "reference-element": "solutions-back" }, index.h("span", { key: 'caae32b5e32a0d89265293beccef157d227a7600' }, this._translations.back))), index.h("calcite-action", { key: 'a87f344a06896ad86886815254979793b057e4cd', class: 'pagination-action', iconFlipRtl: true, onClick: () => this._toggleListView(), scale: "s", text: "", textEnabled: true }, index.h("span", { key: '6e6f84ebedb2540edb485fa0789fe8ea67e7188f', class: "pagination-count" }, this._count)), index.h("div", { key: '6acf22348a508c921865bb4c7e531f9a826a8eed' }, index.h("calcite-button", { key: 'f1d763e1747cff7e0b6bec08ec4fade3d1582379', appearance: "transparent", disabled: nextBackDisabled, iconFlipRtl: "both", iconStart: "chevron-right", id: "solutions-next", onClick: () => this._next(), width: "full" }), index.h("calcite-tooltip", { key: 'def93e3d1f19b4e6eb3e54c5fbd918fed118cc0c', placement: "top", "reference-element": "solutions-next" }, index.h("span", { key: 'cb9b90a5b3129861b7f58fd0271c6120893dfd53' }, this._translations.next))))), index.h("edit-card", { key: '524819a6dc64775b88b22aaf24445fd5ebdeae24', class: editClass, enableEditGeometry: this.enableEditGeometry, graphicIndex: this._features?.selectedFeatureIndex, graphics: this.graphics, locale: this.locale, mapView: this.mapView, open: this._editRecordOpen }), index.h("calcite-alert", { key: '394c3b416a5dc94381c8b93afd3308121fbebd81', icon: "layer-broken", kind: "warning", label: "", onCalciteAlertClose: () => this._alertClosed(), open: this._alertOpen, placement: "top" }, index.h("div", { key: 'f4868bf3b710d91ed7e3f1e34b846bd408febac0', slot: "title" }, this._translations.editDisabled), index.h("div", { key: '457b7d0c76bfac52340bec73f5d1d2abbd10f25a', slot: "message" }, this._translations.enableEditing)))));
1375
+ return (index.h(index.Host, { key: '54e47d0ec2be9149c3e667c9e940842804d96964' }, index.h("calcite-shell", { key: '14bb280d394ceaa74463979886ab09cdf393b26e', style: { position: this.position } }, this._getHeader(), index.h("calcite-loader", { key: '3226709e73de16c795c348513183b26b88b7a726', class: loadingClass, label: this._translations.fetchingData }), index.h("div", { key: 'ba4b0c34620c60e849bdf0ada785b9976156dd1c', class: "esri-widget feature-node " + featureNodeClass, id: this._featuresNodeId }), index.h("div", { key: '440a4d3c0530f97031df2e2ab9511ef6035fb5da', class: `${editButtonClass} width-100`, slot: "footer" }, this.allowEditing &&
1376
+ index.h("div", { key: '172b2e2cc10bdfb104057376ceba5d7f5f19ad61', class: "display-flex top-border padding-1-2" }, index.h("calcite-button", { key: '242daf0ec6c3fe4fcc11be4bbc19f810836714ec', appearance: "solid", id: "solutions-edit", onClick: () => this._openEditRecord(), width: "full" }, this._translations.edit), this.isMobile && deleteEnabled ? (index.h("delete-button", { class: "padding-inline-start-1 width-100", id: "solutions-delete", ids: ids, layer: this._layer, locale: this.locale, onEditsComplete: () => this._closePopup() })) : undefined, index.h("calcite-tooltip", { key: '760f8fcd1bcff2060e0a98e84a222107e55fef22', placement: "bottom", "reference-element": "solutions-edit" }, index.h("span", { key: '30656b92e9bdbf3a9548586d91fc23bce2da9db3' }, this._translations.edit)), this.isMobile && deleteEnabled ? (index.h("calcite-tooltip", { placement: "bottom", "reference-element": "solutions-delete" }, index.h("span", null, this._translations.delete))) : undefined), this.paginationEnabled && !nextBackDisabled && index.h("div", { key: '0d119d7d093abfbdd6eb93bf6987be2b106a8c78', class: `display-flex padding-1-2 button-container top-border ${nextBackClass}` }, index.h("div", { key: '7b353bc77ef8f816c39a4b5232160755fbea42fe' }, index.h("calcite-button", { key: '58d9b335eaf691672695bfed171cdd5aaf638aec', appearance: 'transparent', disabled: nextBackDisabled, iconFlipRtl: "both", iconStart: "chevron-left", id: "solutions-back", onClick: () => this._back(), width: "full" }), index.h("calcite-tooltip", { key: 'c5f110544d2c630d374f1c57112a16f3e82d67ca', placement: "top", "reference-element": "solutions-back" }, index.h("span", { key: '1818844f2daf4afa73677ea6b58392b5a5ec50b3' }, this._translations.back))), index.h("calcite-action", { key: '36c5dd00320f52eb3421532c7df8f60ccede5230', class: 'pagination-action', iconFlipRtl: true, onClick: () => this._toggleListView(), scale: "s", text: "", textEnabled: true }, index.h("span", { key: 'b13cc04e8f093a7a0b9da8ee425d436a0c2fe26a', class: "pagination-count" }, this._count)), index.h("div", { key: '7c79b82a8ba2bd4eea11a722d67e549121a95679' }, index.h("calcite-button", { key: '3ff6b99d1743a9ff6a171aea4715199606a21dc6', appearance: "transparent", disabled: nextBackDisabled, iconFlipRtl: "both", iconStart: "chevron-right", id: "solutions-next", onClick: () => this._next(), width: "full" }), index.h("calcite-tooltip", { key: '0239927bac7e75a35a811aa695c8c55fda5f9b68', placement: "top", "reference-element": "solutions-next" }, index.h("span", { key: 'a5bafe4d001d80a1a46de5f9eb10fb4306783e38' }, this._translations.next))))), index.h("edit-card", { key: 'daaef8c4af1b3567904e5d9590b80069035e93a0', class: editClass, enableEditGeometry: this.enableEditGeometry, graphicIndex: this._features?.selectedFeatureIndex, graphics: this.graphics, locale: this.locale, mapView: this.mapView, open: this._editRecordOpen }), index.h("calcite-alert", { key: '9af909318e687b66d239f64f800b375825ee94e0', icon: "layer-broken", kind: "warning", label: "", onCalciteAlertClose: () => this._alertClosed(), open: this._alertOpen, placement: "top" }, index.h("div", { key: '0a2ac2b669df18fe75adbcc0e84ab7b15a766932', slot: "title" }, this._translations.editDisabled), index.h("div", { key: '6dd20d646e9754fbaee4dd6c6f8e51964d2f41ff', slot: "message" }, this._translations.enableEditing)))));
1377
1377
  }
1378
1378
  //--------------------------------------------------------------------------
1379
1379
  //
@@ -168,7 +168,7 @@ const CreateRelatedFeature = class {
168
168
  }
169
169
  render() {
170
170
  const loaderClass = this._editorLoading ? "" : "display-none";
171
- return (index.h(index.Fragment, { key: '650aeca8002a6d1a0dfd38972431021958e17195' }, this.showGuidingMsg && index.h("calcite-notice", { key: 'e81e9ef66e5daa87e45affb573f6ef16bc42b3f3', class: "notice-msg", icon: "lightbulb", kind: "success", open: true }, index.h("div", { key: '483c0507f64c83e0846ca82ca48d0c93f491162e', slot: "message" }, this._translations.provideDetailsMsg)), index.h("calcite-loader", { key: '335afd31901cdf23eecd9ddb49a1017b2d9310fa', class: loaderClass, label: "", scale: "s" })));
171
+ return (index.h(index.Fragment, { key: '261308f81b5bbed3e136efbb2100db9c1e5994a4' }, this.showGuidingMsg && index.h("calcite-notice", { key: '3aca1d3f48e46208ce07f2ccdd76ac4af752162d', class: "notice-msg", icon: "lightbulb", kind: "success", open: true }, index.h("div", { key: 'f449d7dcde1cc75bf7470a75ae0ce915ef457459', slot: "message" }, this._translations.provideDetailsMsg)), index.h("calcite-loader", { key: 'e94e971b96ddba0ab36f27ffd4e37b820bb2432f', class: loaderClass, label: "", scale: "s" })));
172
172
  }
173
173
  /**
174
174
  * StencilJS: Called once just after the component is fully loaded and the first render() occurs.
@@ -526,12 +526,12 @@ const FeatureDetails = class {
526
526
  render() {
527
527
  //When related features found show comments list of only those features else comments list will be empty
528
528
  const commentsListWhereClause = this._relatedFeaturesOIDs?.length > 0 ? `objectId in(${this._relatedFeaturesOIDs})` : '1=0';
529
- return (index.h("calcite-panel", { key: 'f66885aa1e6d13301b16a9ebce45565a0db62a7a', "full-height": true }, index.h("info-card", { key: 'be133b617dfa1252e5543aad4a669a924e29cdd7', allowEditing: false, graphics: this.graphics, highlightEnabled: false, isLoading: false, isMobile: false, locale: this.locale, mapView: this.mapView, onSelectionChanged: (e) => { this.featureSelectionChange.emit(e.detail); }, paginationEnabled: false, position: "relative", ref: el => this._infoCard = el }), (this._likeFieldAvailable || this._dislikeFieldAvailable || this._commentsAvailable) &&
530
- index.h("div", { key: '0ebeede82e3f3dc5d35e0a6f186b76a101b619ab', class: "buttons-container" }, this._commentsAvailable &&
531
- index.h("calcite-button", { key: '8cd9c213f85d444139a3288cb5b7ce656baafb09', appearance: "transparent", iconEnd: "speech-bubble", kind: "neutral", onClick: () => { this.addComment.emit(); }, scale: 'm' }, this._relatedFeaturesOIDs.length), this._likeFieldAvailable &&
532
- index.h("calcite-button", { key: '9103211674bf16c08e87dda654b492a41733c198', appearance: "transparent", iconEnd: "thumbs-up", kind: this._isLikeBtnClicked ? "brand" : "neutral", loading: this._updating, onClick: this.onLikeButtonClick.bind(this), scale: 'm' }, this._likeCount ?? this._selectedGraphic.attributes[this._likeField] ?? 0), this._dislikeFieldAvailable &&
533
- index.h("calcite-button", { key: 'bf7ab2677cb7d6df10e28bf8ae323bd2c89ef7a7', appearance: "transparent", iconEnd: "thumbs-down", kind: this._isDislikeBtnClicked ? "brand" : "neutral", loading: this._updating, onClick: this.onDislikeButtonClick.bind(this), scale: 'm' }, this._disLikeCount ?? this._selectedGraphic.attributes[this._dislikeField] ?? 0)), this.relatedTableId && this._commentsAvailable &&
534
- index.h("feature-list", { key: 'c641986811d72b5e75499b33a703654631680d7e', class: "height-full", locale: this.locale, mapView: this.mapView, onFeatureSelect: (e) => { this.commentSelect.emit(e.detail); }, pageSize: 5, ref: el => this._commentsList = el, selectedLayerId: this.relatedTableId, showErrorWhenNoFeatures: false, showInitialLoading: false, showUserImageInList: this.showUserImageInCommentsList, textSize: "small", whereClause: commentsListWhereClause })));
529
+ return (index.h("calcite-panel", { key: 'be7bebe9da698d963a2602fcacb95ac7206ac1e9', "full-height": true }, index.h("info-card", { key: '1e069f52d59d42f3e2b88463ea7c536c65a0a6b5', allowEditing: false, graphics: this.graphics, highlightEnabled: false, isLoading: false, isMobile: false, locale: this.locale, mapView: this.mapView, onSelectionChanged: (e) => { this.featureSelectionChange.emit(e.detail); }, paginationEnabled: false, position: "relative", ref: el => this._infoCard = el }), (this._likeFieldAvailable || this._dislikeFieldAvailable || this._commentsAvailable) &&
530
+ index.h("div", { key: 'd53f5a1726e4c6299ffd04e266d84005181645f6', class: "buttons-container" }, this._commentsAvailable &&
531
+ index.h("calcite-button", { key: '4c2616cc9e0107258f5313b66ae96fa31fe582c5', appearance: "transparent", iconEnd: "speech-bubble", kind: "neutral", onClick: () => { this.addComment.emit(); }, scale: 'm' }, this._relatedFeaturesOIDs.length), this._likeFieldAvailable &&
532
+ index.h("calcite-button", { key: '7c87aa085df04a8b58625097c2ce70e5853b82f9', appearance: "transparent", iconEnd: "thumbs-up", kind: this._isLikeBtnClicked ? "brand" : "neutral", loading: this._updating, onClick: this.onLikeButtonClick.bind(this), scale: 'm' }, this._likeCount ?? this._selectedGraphic.attributes[this._likeField] ?? 0), this._dislikeFieldAvailable &&
533
+ index.h("calcite-button", { key: '59eb48b91fc2a394cafdcbeeebf5baafae9a8c9b', appearance: "transparent", iconEnd: "thumbs-down", kind: this._isDislikeBtnClicked ? "brand" : "neutral", loading: this._updating, onClick: this.onDislikeButtonClick.bind(this), scale: 'm' }, this._disLikeCount ?? this._selectedGraphic.attributes[this._dislikeField] ?? 0)), this.relatedTableId && this._commentsAvailable &&
534
+ index.h("feature-list", { key: 'f34ee203202944666c40e14bdfdc59265414fbe1', class: "height-full", locale: this.locale, mapView: this.mapView, onFeatureSelect: (e) => { this.commentSelect.emit(e.detail); }, pageSize: 5, ref: el => this._commentsList = el, selectedLayerId: this.relatedTableId, showErrorWhenNoFeatures: false, showInitialLoading: false, showUserImageInList: this.showUserImageInCommentsList, textSize: "small", whereClause: commentsListWhereClause })));
535
535
  }
536
536
  /**
537
537
  * Load esri javascript api modules
@@ -267,7 +267,7 @@ const CrowdsourceManager = class {
267
267
  render() {
268
268
  // only avoid border when we have a header color that is not white
269
269
  const borderClass = this.popupHeaderColor && this.popupHeaderColor !== "#FFFFFF" ? "border-width-0" : "";
270
- return (index.h(index.Host, { key: 'd7f7dffaa8e25ca2d5c110ba76b129122ec71b08' }, index.h("calcite-shell", { key: 'a1ad48a509eca1d065da926193ab8718f78277f4', class: "position-relative" }, index.h("calcite-panel", { key: '4c5e353b6ae6d066624f2eeee43c85e76b7c70b9', class: `width-full height-full ${borderClass}`, loading: this._isLoading }, this._getBody(this._layoutMode, this._panelOpen, this._hideTable)), this._getFooter()), this._filterModal(), this._deleteModal()));
270
+ return (index.h(index.Host, { key: '24b7324257b94560153db83dd6b29730bef8f38f' }, index.h("calcite-shell", { key: 'c7a445ffdf9fa59c7bd1aff125a77e811f6ce736', class: "position-relative" }, index.h("calcite-panel", { key: '81598a858cfbdfcb6346bc3efa6eb55699d2c5ff', class: `width-full height-full ${borderClass}`, loading: this._isLoading }, this._getBody(this._layoutMode, this._panelOpen, this._hideTable)), this._getFooter()), this._filterModal(), this._deleteModal()));
271
271
  }
272
272
  /**
273
273
  * Called after each render
@@ -369,7 +369,7 @@ const CrowdsourceReporter = class {
369
369
  */
370
370
  render() {
371
371
  const themeClass = this.theme === "dark" ? "calcite-mode-dark" : "calcite-mode-light";
372
- return (index.h(index.Host, { key: '9bb4aa3c8973c44e2f5a85c98b7a7ca945d315f8' }, this._reportSubmitted && index.h("calcite-alert", { key: 'd40b76ef7b6738b1fd972ea7f3bfe7afda101844', "auto-close": true, class: themeClass + " report-submitted-msg", icon: "check-circle", kind: "success", label: "", onCalciteAlertClose: () => { this._reportSubmitted = false; }, open: true, placement: "top" }, index.h("div", { key: '676acd78d72f04a34c37a2a2375863a228406896', slot: "message" }, this.reportSubmittedMessage ? this.reportSubmittedMessage : this._translations.submitMsg)), this._featureCreationFailedErrorMsg && index.h("calcite-alert", { key: '7fb61f1cfd7962a179b342356710ab60a2de6388', "auto-close": true, class: themeClass, icon: "x-octagon", kind: "danger", label: "", onCalciteAlertClose: () => { this._featureCreationFailedErrorMsg = ""; }, open: true, placement: "top" }, index.h("div", { key: '32e9a5f766afcb89b9f774bdc51fd2e3038de3b0', slot: "title" }, this._translations.error), index.h("div", { key: 'b49a6564b131e7742a1893aa398ed433e02382e4', slot: "message" }, this._featureCreationFailedErrorMsg)), this._commentSubmitted && index.h("calcite-alert", { key: '694c7fe16a835efad201e8f90fb4b89ef3e66016', "auto-close": true, class: 'report-submitted ' + themeClass, icon: "check-circle", kind: "success", label: "", onCalciteAlertClose: () => { this._commentSubmitted = false; }, open: true, placement: "top" }, index.h("div", { key: '21c9ce907b0716588b9592bdc658d254e839610c', slot: "message" }, this.commentSubmittedMessage || this._translations.commentSubmittedMsg)), this._addingCommentFailed && index.h("calcite-alert", { key: 'c57edddd42bcd11a31f884ce73351b15356870cc', "auto-close": true, class: themeClass, icon: "x-octagon", kind: "danger", label: "", onCalciteAlertClose: () => { this._addingCommentFailed = false; }, open: true, placement: "top" }, index.h("div", { key: '72b1d8d9c7963346fe76c1fc47e25c7dc599b6bd', slot: "title" }, this._translations.error), index.h("div", { key: 'fbb68e59834049b7051a35bacfd44acdfee7d86f', slot: "message" }, this._translations.addingCommentFailedMsg)), index.h("div", { key: '21872ce45c537866f168e33e7fdb377164e8a3d3' }, index.h("calcite-shell", { key: 'dd70ac6e5fc742ab901732dab579bd29a43bbc97', "content-behind": true }, this._getReporter()))));
372
+ return (index.h(index.Host, { key: '42f88dcb756add8af6af0936b7ef9aef47a43236' }, this._reportSubmitted && index.h("calcite-alert", { key: '7d5c337096d2e3562bd133d5313acc34f941b8f2', "auto-close": true, class: themeClass + " report-submitted-msg", icon: "check-circle", kind: "success", label: "", onCalciteAlertClose: () => { this._reportSubmitted = false; }, open: true, placement: "top" }, index.h("div", { key: '4ece38e9af3c6eba4e89cf96ca8fe82a96116bcb', slot: "message" }, this.reportSubmittedMessage ? this.reportSubmittedMessage : this._translations.submitMsg)), this._featureCreationFailedErrorMsg && index.h("calcite-alert", { key: '6c93202ccab7729a523f51f816279df0e7e2f4d4', "auto-close": true, class: themeClass, icon: "x-octagon", kind: "danger", label: "", onCalciteAlertClose: () => { this._featureCreationFailedErrorMsg = ""; }, open: true, placement: "top" }, index.h("div", { key: 'cba71216aa8aa01098b2f9c6295341b9d501372d', slot: "title" }, this._translations.error), index.h("div", { key: '3d457cfb00cc11208c34a121af6c5592d9540a04', slot: "message" }, this._featureCreationFailedErrorMsg)), this._commentSubmitted && index.h("calcite-alert", { key: 'f782a94f3e4ea2252b92e6aa1c65d565dcf95b7b', "auto-close": true, class: 'report-submitted ' + themeClass, icon: "check-circle", kind: "success", label: "", onCalciteAlertClose: () => { this._commentSubmitted = false; }, open: true, placement: "top" }, index.h("div", { key: '57d71698daf2f5cfbb2bb971b8c062baa797d279', slot: "message" }, this.commentSubmittedMessage || this._translations.commentSubmittedMsg)), this._addingCommentFailed && index.h("calcite-alert", { key: 'c132ab8aceff09560f4e8300c6de03f9034443d9', "auto-close": true, class: themeClass, icon: "x-octagon", kind: "danger", label: "", onCalciteAlertClose: () => { this._addingCommentFailed = false; }, open: true, placement: "top" }, index.h("div", { key: '840e834c1c6597d0bd3841fde4f1014de9e6604b', slot: "title" }, this._translations.error), index.h("div", { key: 'b8348d5cd55a298dbe42e4ccffb9f951bac1f8e1', slot: "message" }, this._translations.addingCommentFailedMsg)), index.h("div", { key: '21f2a585a214dcdac6bec1b313025a5bf48317c4' }, index.h("calcite-shell", { key: '3b0d3506ea75937c6627f20b3f468b28c00dbd22', "content-behind": true }, this._getReporter()))));
373
373
  }
374
374
  //--------------------------------------------------------------------------
375
375
  //
@@ -80,7 +80,7 @@ const DeductCalculator = class {
80
80
  * Renders the component.
81
81
  */
82
82
  render() {
83
- return (index.h(index.Host, { key: '09445d67e0cee8c3bbb964bcacb32777f1337232' }, index.h("div", { key: 'c48aa2169ffdebd1e28a891e237140d60f049e9d', class: "label-display" }, index.h("calcite-label", { key: '5eac677893a4091dcf3ea32975cae05c3cdeecb4', class: "label-display" }, "Density %", this._getDensityInput()), index.h("calcite-label", { key: '22fb547143ac1e3f3a52a9a957af0a648e2e2094', class: "label-display" }, "Type", this._getTypeInput()), index.h("calcite-label", { key: '8f30f5e4a2bcad5bda8da81ff6450c7af9d6aa74', class: "label-display" }, "Severity", this._getSeverityInput())), index.h("div", { key: '6e222858e52e17b76c6f5584ab9a4da914c3dae1' }, this._getCalculateInput())));
83
+ return (index.h(index.Host, { key: 'bef351adfb4972c2bd84709220171922a4649cd7' }, index.h("div", { key: '51065f0afbe4c2a2c2351f7a41a621d5d1dc8ba2', class: "label-display" }, index.h("calcite-label", { key: '3c9e587ef5b6becd188cb109ec4c262fdb829d92', class: "label-display" }, "Density %", this._getDensityInput()), index.h("calcite-label", { key: 'a274eddffc391680e55edc8582ba0c3ade78b48e', class: "label-display" }, "Type", this._getTypeInput()), index.h("calcite-label", { key: '300d544f83a425dc43d6725322d2381872b1acd9', class: "label-display" }, "Severity", this._getSeverityInput())), index.h("div", { key: '511ed7788c57fc3ff8e162f0b910b1ed2a974b3d' }, this._getCalculateInput())));
84
84
  }
85
85
  //--------------------------------------------------------------------------
86
86
  //
@@ -83,7 +83,7 @@ const DeleteDialog = class {
83
83
  render() {
84
84
  const confirmMessage = this.ids.length === 1 ? this._translations?.confirmSingle :
85
85
  this._translations?.confirmMultiple;
86
- return (index.h(index.Host, { key: '911eb7a62de8d0f24642a632363c3ed7c21ea7ac' }, index.h("calcite-dialog", { key: '211d40ea9d2c063e4f432af6ae9ad3e03cd33a21', heading: this._translations?.deleteFeature, kind: "danger", modal: true, onCalciteDialogClose: () => this._close(), open: this.open, widthScale: "s" }, index.h("div", { key: '7e6ab8ee32a7167394241c512adade1bfe7d48b1' }, confirmMessage), index.h("calcite-button", { key: 'd94a794b84e568b10e4e05a5ca37ac693bf20fbb', appearance: "outline", kind: "danger", onClick: () => this._close(), slot: "footer-end", width: "full" }, this._translations?.cancel), index.h("calcite-button", { key: '9e0c6de791de76cb9393b2253cb6fc10fee12783', kind: "danger", loading: this._isDeleting, onClick: () => void this._deleteFeatures(), slot: "footer-end", width: "full" }, this._translations?.delete))));
86
+ return (index.h(index.Host, { key: 'd672a7218bc19c762c89b519b5d12c8d0122f770' }, index.h("calcite-dialog", { key: 'c43ba38dd9477869ae9797f98e3daafce09c5eae', heading: this._translations?.deleteFeature, kind: "danger", modal: true, onCalciteDialogClose: () => this._close(), open: this.open, widthScale: "s" }, index.h("div", { key: '481710981431c3bb10b8ec221604f0740f3f8772' }, confirmMessage), index.h("calcite-button", { key: '8f1fc8a1a66fbd25edbb8d7f99f223b5bfea0517', appearance: "outline", kind: "danger", onClick: () => this._close(), slot: "footer-end", width: "full" }, this._translations?.cancel), index.h("calcite-button", { key: '46830e28586f1d345de2b19a2d8198f36ae74f15', kind: "danger", loading: this._isDeleting, onClick: () => void this._deleteFeatures(), slot: "footer-end", width: "full" }, this._translations?.delete))));
87
87
  }
88
88
  //--------------------------------------------------------------------------
89
89
  //
@@ -194,9 +194,9 @@ const FeatureList = class {
194
194
  * Renders the component.
195
195
  */
196
196
  render() {
197
- return (index.h("calcite-panel", { key: '321bcf42291d5847e763a82b184db5a53dfc9957', "full-height": true, "full-width": true }, this._isLoading && index.h("calcite-loader", { key: '7b228a9aa2166cc1729d2d83a4bbc56de46b19a8', label: "", scale: "m" }), this.showErrorWhenNoFeatures && this._featureItems.length === 0 && !this._isLoading &&
198
- index.h("calcite-notice", { key: '464f48097a1a70f6f67445a1d954b7f159f90d51', class: "error-msg", icon: "feature-details", kind: "info", open: true }, index.h("div", { key: '183a39f0017fb978fe79bfa6e598328a7b64387a', slot: "message" }, this.noFeaturesFoundMsg ? this.noFeaturesFoundMsg : this._translations.featureErrorMsg)), index.h("calcite-list", { key: '5f1115d64f426bc96af72488e619b3b44512ba08', label: "", "selection-appearance": "border", "selection-mode": "none" }, !this._isLoading && this._featureItems.length > 0 && this._featureItems), this._featuresCount > this.pageSize &&
199
- index.h("div", { key: 'b1d5287511e0100ab877ded1fb34f647fb011a87', class: "width-full", slot: "footer" }, index.h("calcite-pagination", { key: '519cac13f9115b608fc335eef5a4bb05956025dd', class: "pagination", "full-width": true, onCalcitePaginationChange: this.pageChanged.bind(this), "page-size": this.pageSize, ref: el => this._pagination = el, "start-item": "1", "total-items": this._featuresCount }))));
197
+ return (index.h("calcite-panel", { key: '6b6214a3dba7df7c2035203750d547945407ecde', "full-height": true, "full-width": true }, this._isLoading && index.h("calcite-loader", { key: '1b05d96de0b4d396b13f448311db76315e28b81b', label: "", scale: "m" }), this.showErrorWhenNoFeatures && this._featureItems.length === 0 && !this._isLoading &&
198
+ index.h("calcite-notice", { key: 'abe755f0bc5c7ff064249159c3154c9ca1c27594', class: "error-msg", icon: "feature-details", kind: "info", open: true }, index.h("div", { key: '5a8ead1d47151cf088ae9e359052cf35129b09d3', slot: "message" }, this.noFeaturesFoundMsg ? this.noFeaturesFoundMsg : this._translations.featureErrorMsg)), index.h("calcite-list", { key: 'cd7049462fb654dad0c4c05f127cf3e5d06bc5de', label: "", "selection-appearance": "border", "selection-mode": "none" }, !this._isLoading && this._featureItems.length > 0 && this._featureItems), this._featuresCount > this.pageSize &&
199
+ index.h("div", { key: 'b65b1f491800e489790d79054affc0ddcd089d1f', class: "width-full", slot: "footer" }, index.h("calcite-pagination", { key: '280aa2b17c78f53a4f110f8dc021e630241ebbe0', class: "pagination", "full-width": true, onCalcitePaginationChange: this.pageChanged.bind(this), "page-size": this.pageSize, ref: el => this._pagination = el, "start-item": "1", "total-items": this._featuresCount }))));
200
200
  }
201
201
  //--------------------------------------------------------------------------
202
202
  //
@@ -112,7 +112,7 @@ const JsonEditor = class {
112
112
  * Renders the component.
113
113
  */
114
114
  render() {
115
- return (index.h(index.Host, { key: 'e9c806dbfc886daac9be93350e461246339787dd' }, index.h("div", { key: '5f31103bc0392042581d1421530f2ddcdebcc507', id: `${this.instanceid}-editor-container`, class: "editor-container padding-right" }, index.h("div", { key: '560c74b9864cd94f4e689bf65cb8e1fac42b94af', class: "editor-controls" }, index.h("div", { key: '73ca9ac97f3d40fb408e98477641a9d94e1cd32e', class: "editor-buttons" }, index.h("calcite-icon", { key: '2d83934e4493595f66e047c608a87e316279ec1b', id: `${this.instanceid}-errorFlag`, icon: "exclamation-mark-triangle", title: this._translations.errorFlag, scale: "s", class: "edit-error-flag" }), index.h("calcite-button", { key: 'fe95dd90ec0db23c6d6d6766d6d405c32468cec1', id: `${this.instanceid}-undo`, color: "blue", appearance: "solid", title: this._translations.undo, onClick: () => this._undo(), scale: "s", class: "edit-button" }, index.h("calcite-icon", { key: 'd802118d2ac7b8cbf2750f3af11252fd52173dd0', icon: "undo", scale: "s" })), index.h("calcite-button", { key: '9e9af33be6b712ff83ec70e024776c2429086761', id: `${this.instanceid}-redo`, color: "blue", appearance: "solid", title: this._translations.redo, onClick: () => this._redo(), scale: "s", class: "edit-button" }, index.h("calcite-icon", { key: 'bb5bfd3a99902b03c4ffb704b8fdc963c006e664', icon: "redo", scale: "s" })), index.h("calcite-button", { key: 'a88fcffeb9c82394470717ebc6659b42ad9a1c20', id: `${this.instanceid}-diff`, color: "blue", appearance: "solid", title: this._translations.diff, onClick: () => this._toggleEditor(), scale: "s", class: "edit-button" }, index.h("calcite-icon", { key: 'f902baf72fee24ef3b56da2c4d9337db96ab63b1', icon: "compare", scale: "s" })), index.h("calcite-button", { key: '841abd705338fb1e43c892c4858bff00591958c3', id: `${this.instanceid}-search`, appearance: "outline", color: "blue", title: this._translations.search, onClick: () => this._search(), scale: "s", class: "edit-button" }, index.h("calcite-icon", { key: '01c24bdbf30cd22a06064bf26a47b38516508879', icon: "search", scale: "s" })), index.h("calcite-button", { key: '2d6b9dc60e26e347272c76ff9f8ada529975265b', id: `${this.instanceid}-reset`, color: "blue", appearance: "solid", disabled: true, title: this._translations.cancelEdits, onClick: () => this._reset(), scale: "s", class: "edit-button" }, index.h("calcite-icon", { key: 'a373dc694d97992dfbd60f49f38536ba34684381', icon: "reset", scale: "s" })))), index.h("div", { key: '6cdebae478b9d1b61e317155000bf62ad4c5b8a3', class: "edit-parent" }, index.h("div", { key: 'e3914618f86335e9538969b5cb7f7797212985c2', id: `${this.instanceid}-container`, class: "json-edit-container" }), index.h("div", { key: '4a17fd062060ddf2e5dca5c2fb6c9883ed9aadd4', id: `${this.instanceid}-diff-container`, class: "json-edit-container display-none" })))));
115
+ return (index.h(index.Host, { key: 'ba7c8a397da913d86f5d294cdfbb5ec1b84d89de' }, index.h("div", { key: 'bc5c6d1ee443b2096cc44d0b66850d4ebe8462da', id: `${this.instanceid}-editor-container`, class: "editor-container padding-right" }, index.h("div", { key: 'dbaf682cba354ce7eef21b03a71832fd39911332', class: "editor-controls" }, index.h("div", { key: 'e454e1dd36aa620abf2ffb7877bebb9adc70ff15', class: "editor-buttons" }, index.h("calcite-icon", { key: '1de67e151c6e65b004a431d89dc785ca286a8e11', id: `${this.instanceid}-errorFlag`, icon: "exclamation-mark-triangle", title: this._translations.errorFlag, scale: "s", class: "edit-error-flag" }), index.h("calcite-button", { key: '33de20955d29287a3ec981e7650562a036343e3a', id: `${this.instanceid}-undo`, color: "blue", appearance: "solid", title: this._translations.undo, onClick: () => this._undo(), scale: "s", class: "edit-button" }, index.h("calcite-icon", { key: '9bed02f1e8a367ad2ed764747f044a4ce27de52b', icon: "undo", scale: "s" })), index.h("calcite-button", { key: '07562443286c4eeec28577a7cff0401e8cea0ba8', id: `${this.instanceid}-redo`, color: "blue", appearance: "solid", title: this._translations.redo, onClick: () => this._redo(), scale: "s", class: "edit-button" }, index.h("calcite-icon", { key: '5f24902a66eae644d0d358a4826a98d45e905493', icon: "redo", scale: "s" })), index.h("calcite-button", { key: '02f4f3f8ab93e5f1146176ec3699e2a6d25ecbeb', id: `${this.instanceid}-diff`, color: "blue", appearance: "solid", title: this._translations.diff, onClick: () => this._toggleEditor(), scale: "s", class: "edit-button" }, index.h("calcite-icon", { key: '0bcd20d28e9ec34f1736a2888d78bfcd9cb82a4d', icon: "compare", scale: "s" })), index.h("calcite-button", { key: 'cf3a7672ebd3ebef00123096ec304456b8f102fc', id: `${this.instanceid}-search`, appearance: "outline", color: "blue", title: this._translations.search, onClick: () => this._search(), scale: "s", class: "edit-button" }, index.h("calcite-icon", { key: '36aac5e89ebf593d8d1981d7b8f6267fbbadfd24', icon: "search", scale: "s" })), index.h("calcite-button", { key: 'cc981ff7580acfa3a3395c4ce7a96b3022bbbb4b', id: `${this.instanceid}-reset`, color: "blue", appearance: "solid", disabled: true, title: this._translations.cancelEdits, onClick: () => this._reset(), scale: "s", class: "edit-button" }, index.h("calcite-icon", { key: '3c4fc1da749f4b4f64d814fcd58dc035634f6b1b', icon: "reset", scale: "s" })))), index.h("div", { key: '6c33ec4851d804dac7fd9762e3c8c7e416a27cf4', class: "edit-parent" }, index.h("div", { key: 'a6e9721127bbd43f9974af65e0899489370e1868', id: `${this.instanceid}-container`, class: "json-edit-container" }), index.h("div", { key: 'c1d1ea305c0e451c24beddb8ac3f8e85a3fca088', id: `${this.instanceid}-diff-container`, class: "json-edit-container display-none" })))));
116
116
  }
117
117
  //--------------------------------------------------------------------------
118
118
  //
@@ -490,7 +490,7 @@ const SolutionItemDetails = class {
490
490
  * Renders the component.
491
491
  */
492
492
  render() {
493
- return (index.h(index.Host, { key: '8ad2bab229a9ee6cd80efde17d269a484288f5ae' }, index.h("div", { key: 'a066afedf3e5ea056579e07cac6c38496fe00d79', class: "parent-container" }, index.h("div", { key: 'fe7d207e2d28f0e70507ef048d993bc3ddc62297', class: "inputBottomSeparation" }, index.h("calcite-input", { key: 'f0714ef845c9b4aa791e3fc6f5ac28fe6572127d', id: "item-title", value: this.itemDetails.title })), index.h("div", { key: '40b6f0d4d34ff62134f25fdd42887f395407aa45', class: "inputBottomSeparation" }, index.h("input", { key: '216060434e37ff499a47b4cc24d7682ac6e55ba7', accept: ".jpg,.gif,.png,image/jpg,image/gif,image/png", class: "display-none", onChange: (event) => (this._updateThumbnail(event)), ref: (el) => (this.browseForThumbnail = el), type: "file" }), index.h("button", { key: 'a6b71fac06b9231a91b32a0416cb3a723b6ac6dd', class: "font-size--3 btn-link inline-block trailer-quarter", onClick: () => this._getThumbnail() }, index.h("svg", { key: '395adfcd43d737fe049f765b3700d7358c06e8a0', class: "icon-inline icon-inline--on-left", height: "16", viewBox: "0 0 16 16", width: "16" }, index.h("path", { key: '5e541a3fcb79fe3a306b720a08e745f0dd69d557', d: "M14.792 2.666l-1.414-1.413a.965.965 0 0 0-1.385-.03l-1.444 1.444-8.763 8.72L.03 15.481a.371.371 0 0 0 .488.488l4.096-1.756 8.763-8.72-.001-.001.002.002 1.443-1.444a.965.965 0 0 0-.03-1.385zM1.569 14.431l.554-1.293.74.739zm2.338-.924l-1.414-1.414 7.963-7.92 1.414 1.415zm8.67-8.626l-1.413-1.414 1.29-1.29a.306.306 0 0 1 .433 0l.981.98a.306.306 0 0 1 0 .433z" })), this._translations.editThumbnail), index.h("div", { key: 'e6dc45b53a0deac24d29a7be29569c55857a7801', class: "flex" }, index.h("div", { key: '8c81b6db29e4b03a5188e729eb8e27b8dcf22e5f', class: "img-container", ref: (el) => (this.thumbnailContainer = el) }, index.h("img", { key: 'cfbfad50a4eb55166cb49be45a20f680b7d482d3', class: "scale-down", height: "133", id: "item-thumbnail", ref: (el) => (this.thumbnail = el), width: "200" })), index.h("div", { key: '0cf010a87106c0434ff7d54f7889bc2eb08fd733', class: "snippet-count-container" }, index.h("calcite-input", { key: '85eedc1b801db3afdc2dfb606aa93de489bac491', id: "item-snippet", maxLength: 250, type: "textarea", value: this.itemDetails.snippet }), index.h("label", { key: '783be9f5082085add36a16f1a8bc55ecc11dc7e8', class: "font-size--3", id: "item-snippet-count", ref: (el) => (this.itemSnippetCount = el) })))), index.h("calcite-label", { key: '63bdfb42b95d1e8086e792efd757919676230354' }, this._translations.description, index.h("label", { key: 'aa9056a2807d9fd14c7dcd81775d902a30a2df63', id: "item-description-label" }, index.h("calcite-input", { key: '61d584f29afd305913039e0cf4d6be7d54f1aa2f', id: "item-description", type: "textarea", value: this.itemDetails.description }))), index.h("calcite-label", { key: '4daf0f44b2b14274fe8992bad5607c8ba82d6fa4' }, this._translations.tags, index.h("label", { key: '142f41ae1667c916e2ef32e7b7eb9aacad80e17d', id: "item-tags-label" }, index.h("calcite-input", { key: '2f576b51a68370ce1112b999c35eef0714595e9f', id: "item-tags", value: (this.itemDetails.tags && Array.isArray(this.itemDetails.tags) ? this.itemDetails.tags : [this.itemDetails.tags]).join(",") }))), this.itemType !== "Group" ? index.h("calcite-label", null, this._translations.credits, index.h("label", { id: "item-credits-label" }, index.h("calcite-input", { id: "item-credits", value: this.itemDetails.accessInformation }))) : null, this.itemType !== "Group" ? index.h("calcite-label", null, index.h("label", { id: "item-terms-label" }, this._translations.termsOfUse, index.h("calcite-input", { id: "item-terms", type: "textarea", value: this.itemDetails.licenseInfo }))) : null)));
493
+ return (index.h(index.Host, { key: '032ff1aeb8c703b36ff4746508e0b6b35ad29516' }, index.h("div", { key: 'a6ef24150d812c790a9762c7e6dcaefcfacc2c36', class: "parent-container" }, index.h("div", { key: 'e03091a4557a0e15af35782350aec472c94a0151', class: "inputBottomSeparation" }, index.h("calcite-input", { key: 'e45e06e9e140cc1bcd070faef6efeccd773ce7cc', id: "item-title", value: this.itemDetails.title })), index.h("div", { key: '9f62241ee3f46730aa48f40c5c9e55ea823c2e6f', class: "inputBottomSeparation" }, index.h("input", { key: '1c90efe7904fffbccb189032069396cf21e21228', accept: ".jpg,.gif,.png,image/jpg,image/gif,image/png", class: "display-none", onChange: (event) => (this._updateThumbnail(event)), ref: (el) => (this.browseForThumbnail = el), type: "file" }), index.h("button", { key: 'fbc1a6f8c40ac4ba7840bf80d16b4039d2bbb5a7', class: "font-size--3 btn-link inline-block trailer-quarter", onClick: () => this._getThumbnail() }, index.h("svg", { key: '1d4eacbc6445262ffa9bd9fe3d407a8a4560dd36', class: "icon-inline icon-inline--on-left", height: "16", viewBox: "0 0 16 16", width: "16" }, index.h("path", { key: '58eaaf7e259d7ef37ae352874488fce873a416b9', d: "M14.792 2.666l-1.414-1.413a.965.965 0 0 0-1.385-.03l-1.444 1.444-8.763 8.72L.03 15.481a.371.371 0 0 0 .488.488l4.096-1.756 8.763-8.72-.001-.001.002.002 1.443-1.444a.965.965 0 0 0-.03-1.385zM1.569 14.431l.554-1.293.74.739zm2.338-.924l-1.414-1.414 7.963-7.92 1.414 1.415zm8.67-8.626l-1.413-1.414 1.29-1.29a.306.306 0 0 1 .433 0l.981.98a.306.306 0 0 1 0 .433z" })), this._translations.editThumbnail), index.h("div", { key: 'a1d50881d34eddd023e0a9b677575a7573df583a', class: "flex" }, index.h("div", { key: 'e31f5d4cdaaee8765cc982ba9adda88df977e803', class: "img-container", ref: (el) => (this.thumbnailContainer = el) }, index.h("img", { key: 'c2d9b5e31e25b1bc139e1c119042044fdd8b31dd', class: "scale-down", height: "133", id: "item-thumbnail", ref: (el) => (this.thumbnail = el), width: "200" })), index.h("div", { key: 'eaa96a675562d8969124ba3169e46d4fe9d180cb', class: "snippet-count-container" }, index.h("calcite-input", { key: '47d6b25a65fbe60f38668710b1eb14129c4aa6f2', id: "item-snippet", maxLength: 250, type: "textarea", value: this.itemDetails.snippet }), index.h("label", { key: '8267140b46c94425eda185020c76307e70c33684', class: "font-size--3", id: "item-snippet-count", ref: (el) => (this.itemSnippetCount = el) })))), index.h("calcite-label", { key: '70ffbe01451016a0016d044e2f3e4d1e41722cb0' }, this._translations.description, index.h("label", { key: 'f7c014575c2a6964a45fad059646d79ebadf5e18', id: "item-description-label" }, index.h("calcite-input", { key: '34d78b42697be944d413102975aff3d31498abba', id: "item-description", type: "textarea", value: this.itemDetails.description }))), index.h("calcite-label", { key: '2d51c7a3b709b41e5adb0f73756a9528f86c20a5' }, this._translations.tags, index.h("label", { key: 'ea9ddfa6662d7ab8eb92301c59b6fd5876d7d59b', id: "item-tags-label" }, index.h("calcite-input", { key: 'aec1f0ee4408d4cb687bb31b313cb47b58979733', id: "item-tags", value: (this.itemDetails.tags && Array.isArray(this.itemDetails.tags) ? this.itemDetails.tags : [this.itemDetails.tags]).join(",") }))), this.itemType !== "Group" ? index.h("calcite-label", null, this._translations.credits, index.h("label", { id: "item-credits-label" }, index.h("calcite-input", { id: "item-credits", value: this.itemDetails.accessInformation }))) : null, this.itemType !== "Group" ? index.h("calcite-label", null, index.h("label", { id: "item-terms-label" }, this._translations.termsOfUse, index.h("calcite-input", { id: "item-terms", type: "textarea", value: this.itemDetails.licenseInfo }))) : null)));
494
494
  }
495
495
  componentDidRender() {
496
496
  this._loadThumb();
@@ -685,7 +685,7 @@ const SolutionItemSharing = class {
685
685
  * Renders the component.
686
686
  */
687
687
  render() {
688
- return (index.h(index.Host, { key: '1c7dbee68fbf0eabf736fb783f173ade2f408122' }, index.h("div", { key: '3c3d88ab122d4a8bc69363224a2754c4a4b092ba', class: "container-border" }, index.h("calcite-label", { key: '137bb704b258a3cd1e5e5b7a18c53aca331d7f91' }, this._translations.groupInfo), this._renderItems(this.sharing))));
688
+ return (index.h(index.Host, { key: 'eca66b743e748d9f915c6d356ea84075ab21709a' }, index.h("div", { key: 'b0765e14cc9de5a81afa5d20bc41e7f78913a37e', class: "container-border" }, index.h("calcite-label", { key: '36cbf3b48a2641bcb2107e61609c2ec6c9f18991' }, this._translations.groupInfo), this._renderItems(this.sharing))));
689
689
  }
690
690
  //--------------------------------------------------------------------------
691
691
  //
@@ -819,7 +819,7 @@ const SolutionOrganizationVariables = class {
819
819
  * Renders the component.
820
820
  */
821
821
  render() {
822
- return (index.h(index.Host, { key: '3f72a5c1b8fb6bcdab858ee061eadb38cb9965d9' }, index.h("div", { key: '118c7cafc8330c44e72a59a76fd81ca0f39696e1' }, index.h("h4", { key: '86934bdf3cbf162a732a53579e324c5fff8beead', class: "org-var-header" }, this._translations.orgVariables)), index.h("div", { key: 'ed5c1df397286a7d1c8e61b5ce04623fa13d74cc', class: "container-border" }, index.h("calcite-tree", { key: '47f4f9bf5a81ded9a37a33a94fac6a230263e917', id: "variable-label" }, this._renderHierarchy(this._organizationVariables)))));
822
+ return (index.h(index.Host, { key: '4d1a39b53287d445a1fc66cd5088a7bc60516ab6' }, index.h("div", { key: '7a40ad712fe1af01e92701d128f65b0590aa15bc' }, index.h("h4", { key: '7517fc56b5b0128ee102dc3f57e334501befe14f', class: "org-var-header" }, this._translations.orgVariables)), index.h("div", { key: 'd48cbc3ffb24ba54ded2b24c7c518ecf8114cd55', class: "container-border" }, index.h("calcite-tree", { key: '383124c0ae3d646dc9ee857109051e7a151dbe62', id: "variable-label" }, this._renderHierarchy(this._organizationVariables)))));
823
823
  }
824
824
  //--------------------------------------------------------------------------
825
825
  //
@@ -932,7 +932,7 @@ const SolutionResourceItem = class {
932
932
  */
933
933
  render() {
934
934
  const hasValidResources = this._hasValidResources();
935
- return (index.h(index.Host, { key: '13f2759a882d2eca48bf9dda58e74caade76142b' }, index.h("div", { key: '498ced2e29b8af9138a8aa9d77ec78e07e3c64de', class: "resource-item" }, index.h("div", { key: 'd76a967373a990906a67d88ea6466030c41401ff', class: "margin-bottom-1" }, index.h("calcite-button", { key: '96cd2ee08adadef9e1b29db12c38d4748b0689c0', appearance: "solid", class: "resource-button", color: "blue", onClick: () => this._addNewResource() }, this._translations.addResource), index.h("calcite-button", { key: '49326139cad065995512d3e3568c7d8e7f5cef4f', appearance: "solid", color: "blue", disabled: !hasValidResources, onClick: () => this._downloadAll() }, this._translations.downloadAll)), index.h("div", { key: '9c056d9ab7242ea10cbcf57eaabce4bd9777541e', class: "resources-container", style: { display: hasValidResources ? "inherit" : "none" } }, this._renderResourceList()))));
935
+ return (index.h(index.Host, { key: '36017a54e5f8fafda593af2b727f1fbda80c7455' }, index.h("div", { key: 'eb9f53c9b4161c09e0b00d9a4d90a814d944819c', class: "resource-item" }, index.h("div", { key: '504dfa5fb623ed27a0829f60ebbf5de17b6d467f', class: "margin-bottom-1" }, index.h("calcite-button", { key: 'e578443e1ef409917c5946c77e660c04d273cb6c', appearance: "solid", class: "resource-button", color: "blue", onClick: () => this._addNewResource() }, this._translations.addResource), index.h("calcite-button", { key: 'e4c11326d7c5d96de1d0983eb0beb3cf726177c8', appearance: "solid", color: "blue", disabled: !hasValidResources, onClick: () => this._downloadAll() }, this._translations.downloadAll)), index.h("div", { key: '3617bf40ac8b01d70b523642757a624c977ea491', class: "resources-container", style: { display: hasValidResources ? "inherit" : "none" } }, this._renderResourceList()))));
936
936
  }
937
937
  _removedResources = {};
938
938
  //--------------------------------------------------------------------------
@@ -1229,7 +1229,7 @@ const SolutionTemplateData = class {
1229
1229
  * Renders the component.
1230
1230
  */
1231
1231
  render() {
1232
- return (index.h(index.Host, { key: '3f853006c19509c8cf484d4420b3f687aaad5161' }, index.h("div", { key: 'f524e1ee3c8dc972779be0909372c11c26092dd0', class: "solution-data-container" }, index.h("calcite-shell", { key: '56797702bc53b08051360975dc529c884eb7d294', class: "light var-container", dir: "ltr" }, index.h("calcite-panel", { key: '6208ac7b63ab8b69bc29ad88abdb9bcdeaaa707a', class: "json-editor" }, index.h("div", { key: '66e99550359b5665b4dd04f794d8108e4ee34284', class: "solution-data-child-container calcite-match-height" }, index.h("json-editor", { key: '7a7f5afa5d424fb6099b7167f274ce211e791a56', class: "solution-data-editor-container", instanceid: this.itemId + "|" + this.instanceid, locale: this.locale, value: this.value }))), index.h("calcite-shell-panel", { key: '7cc8bac91bfc5be96018d005cc87be457278ed6d', "height-scale": "l", position: "end", slot: "contextual-panel", "width-scale": "xs" }, index.h("div", { key: '4ce0c251d30d5735781394f5c213523867205886', class: this.varsOpen ? "solution-data-child-container" : "solution-data-child-container-collapsed" }, index.h("calcite-button", { key: '814c8996b854102b022f7ac482498dd6aac36ec8', appearance: "transparent", class: "collapse-btn", "icon-start": this.varsOpen ? "chevrons-right" : "chevrons-left", id: "collapse-vars", onClick: () => this._toggleVars(), scale: "s", title: this.varsOpen ? this._translations.collapse : this._translations.expand }), index.h("div", { key: '6b872cfc1c60870fb6262808f5d9f61cc35f0f44', class: this.varsOpen ? "org-vars" : "org-vars display-none", id: "orgVars" }, index.h("solution-organization-variables", { key: 'e8e9ee594b6dcb5ddaabd05c322fb33d568ac7b5', locale: this.locale, value: this.organizationVariables })), index.h("div", { key: '109d17a77a54a13818af6aa2a9beb92526100ea7', class: this.varsOpen ? "sol-vars" : "sol-vars display-none", id: "solVars" }, index.h("solution-variables", { key: '46902ed69897ed01334def99817fedafbda2e8d5', locale: this.locale, value: this.solutionVariables }))))))));
1232
+ return (index.h(index.Host, { key: 'db99cf57229d7d8b9fe6315e180d95de0b20fc8d' }, index.h("div", { key: '83473f420d1417c85ebb4119be9f359cab878c54', class: "solution-data-container" }, index.h("calcite-shell", { key: '013754ef962c2e5c112f6a8cc6c5d1b8e768078e', class: "light var-container", dir: "ltr" }, index.h("calcite-panel", { key: '11ab2a07fe4af542d8cefc1c131246deef43dd9a', class: "json-editor" }, index.h("div", { key: 'ba0460977eb0375acaf5b11ce951986a08ece39b', class: "solution-data-child-container calcite-match-height" }, index.h("json-editor", { key: '53251c1583aa7e8cf2a4e9a1f22e4c72430d3928', class: "solution-data-editor-container", instanceid: this.itemId + "|" + this.instanceid, locale: this.locale, value: this.value }))), index.h("calcite-shell-panel", { key: '30c47797a35ff7228c4318a5633aec57de05b8cf', "height-scale": "l", position: "end", slot: "contextual-panel", "width-scale": "xs" }, index.h("div", { key: '028b16654835744f0735b880ca85a3d174963414', class: this.varsOpen ? "solution-data-child-container" : "solution-data-child-container-collapsed" }, index.h("calcite-button", { key: 'bb5049611e778b970454544851a625ccef47d23a', appearance: "transparent", class: "collapse-btn", "icon-start": this.varsOpen ? "chevrons-right" : "chevrons-left", id: "collapse-vars", onClick: () => this._toggleVars(), scale: "s", title: this.varsOpen ? this._translations.collapse : this._translations.expand }), index.h("div", { key: 'c2a30a7c27db181e0dfe0e201d9d3b2742247080', class: this.varsOpen ? "org-vars" : "org-vars display-none", id: "orgVars" }, index.h("solution-organization-variables", { key: '178c4301c8558c4fe7114c8f6cf5bc0df10883a0', locale: this.locale, value: this.organizationVariables })), index.h("div", { key: 'f85375bac946cff856b6915f340bf926498265ea', class: this.varsOpen ? "sol-vars" : "sol-vars display-none", id: "solVars" }, index.h("solution-variables", { key: '166d0752746994bc4aebd4e41660f8a2d2c678ea', locale: this.locale, value: this.solutionVariables }))))))));
1233
1233
  }
1234
1234
  _initializing = false;
1235
1235
  //--------------------------------------------------------------------------
@@ -1318,7 +1318,7 @@ const SolutionVariables = class {
1318
1318
  * Renders the component.
1319
1319
  */
1320
1320
  render() {
1321
- return (index.h(index.Host, { key: 'a90cdfc9a32279cb07938fc57f9dd7e38d822f6d' }, index.h("div", { key: '6826e3dd84034368f419ff759962a721a275dc9c' }, index.h("h4", { key: '5ebdf456e8c4dc006b036dc182fa75218aac0e01', class: "org-var-header" }, this._translations.solVariables)), index.h("div", { key: '06fc04c1e61dc1897989e3cc11df7b173f1fdb2a', class: "container-border" }, index.h("calcite-tree", { key: '15500194129af7440ec05dc495b060fc18f22324', id: "variable-label" }, this._renderHierarchy(this._solutionVariables)))));
1321
+ return (index.h(index.Host, { key: 'a9354a1d3b3d91b9b9522bec945726e106487b78' }, index.h("div", { key: 'd38d0151ba9f8421e3ec863ce90b234964cb7f21' }, index.h("h4", { key: '3d10129c3327e803e38b4fc21976764f9ac91693', class: "org-var-header" }, this._translations.solVariables)), index.h("div", { key: '8b79cef63c5b8f5f66b0e11a4b94021f6a025fc3', class: "container-border" }, index.h("calcite-tree", { key: '7f69edec6e35a65e45b461d69e92d0e163563bee', id: "variable-label" }, this._renderHierarchy(this._solutionVariables)))));
1322
1322
  }
1323
1323
  //--------------------------------------------------------------------------
1324
1324
  //