@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
@@ -83,7 +83,7 @@ export class SpatialRef {
83
83
  * Renders the component.
84
84
  */
85
85
  render() {
86
- return (h(Host, { key: 'e930b1eb003c8ae7710acecd0f92b6eb3461f32f' }, h("div", { key: '384c508cfc167a91c36b7341085114f78b68c5bb' }, h("calcite-input", { key: '4952f3f53985df9f6ee92c339ad8c3c77bcb1cdf', disabled: this.disabled, id: "calcite-sr-search", onKeyUp: (evt) => this._searchInputKeyDown(evt), placeholder: this._translations.spatialReferencePlaceholder }), h("calcite-tree", { key: '5369ae084bba9ba35bdf41afdeb48d7b4105d395', id: "calcite-sr-tree", slot: "children" }, this._getTreeContent()))));
86
+ return (h(Host, { key: '16bd7d2278e69fd6f79c3906ee3cb8866cf026e6' }, h("div", { key: '5db2ed6520f135149117b857d78e53fae48b2502' }, h("calcite-input", { key: '6a4803ea39e61df9bbc21516ab208a778437218e', disabled: this.disabled, id: "calcite-sr-search", onKeyUp: (evt) => this._searchInputKeyDown(evt), placeholder: this._translations.spatialReferencePlaceholder }), h("calcite-tree", { key: '7032668245ac6c2f240d05f9df8488fdcc75a87a', id: "calcite-sr-tree", slot: "children" }, this._getTreeContent()))));
87
87
  }
88
88
  _lastHighlightedSref;
89
89
  //--------------------------------------------------------------------------
@@ -478,7 +478,8 @@
478
478
  "useOnly",
479
479
  "Web Map"
480
480
  ],
481
- "snippet": "A map used in the Catch Basin Volunteer Manager app to review volunteer applications."
481
+ "snippet": "A map used in the Catch Basin Volunteer Manager app to review volunteer applications.",
482
+ "url": "https://www.arcgis.com/home/item.html?id=373c7d07495e456183e61bb2cba6d732"
482
483
  },
483
484
  {
484
485
  "id": "6d9665599c684910962904b20bb899eb",
@@ -495,7 +496,8 @@
495
496
  "useOnly",
496
497
  "Web Map"
497
498
  ],
498
- "snippet": "A map used in the Catch Basin Volunteer Manager app to update catch basin adoption detail."
499
+ "snippet": "A map used in the Catch Basin Volunteer Manager app to update catch basin adoption detail.",
500
+ "url": "https://www.arcgis.com/home/item.html?id=6d9665599c684910962904b20bb899eb"
499
501
  }];
500
502
 
501
503
  }
@@ -503,7 +505,7 @@
503
505
  </head>
504
506
 
505
507
  <body onload="addValues()">
506
- <solution-item-accordion id="demo" class="main column"></solution-item-accordion>
508
+ <solution-item-accordion id="demo" class="main column"/>
507
509
  </body>
508
510
 
509
511
  </html>
@@ -378,6 +378,7 @@ export interface ITemplateInfo {
378
378
  type: string;
379
379
  typeKeywords: string[];
380
380
  snippet: string;
381
+ url?: string;
381
382
  }
382
383
 
383
384
  /**
@@ -644,4 +645,19 @@ export interface IReportingOption {
644
645
  export interface ISortingInfo {
645
646
  field: string;
646
647
  order: 'asc' | 'desc';
647
- }
648
+ }
649
+
650
+ export interface ISolutionItemHover {
651
+ itemId: string;
652
+ entering: boolean;
653
+ }
654
+
655
+ export interface ISolutionItemSelected {
656
+ itemId: string;
657
+ selected: boolean;
658
+ }
659
+
660
+ export interface ISolutionTypeHover {
661
+ itemType: string;
662
+ entering: boolean;
663
+ }
@@ -135,7 +135,7 @@ const CardManager = /*@__PURE__*/ proxyCustomElement(class CardManager extends H
135
135
  const heading = isTable ? this._translations.createRecord : this._translations.createFeature;
136
136
  const guideMsg = this.customInfoText ? this.customInfoText : this.selectingFeatureFromMap ? this._translations.selectFeaturesFromMapToStart : this._translations.selectFeaturesToStart;
137
137
  const showCreateFeatureOrRecordBtn = this.enableCreateFeatures && this.layer?.capabilities?.operations?.supportsAdd;
138
- return (h(Host, { key: '5557aa4d80b859335e38db3f4255f4a61d00560f' }, h("div", { key: '6756e3314fc3444a982010a3cfa702d77f05f316', class: "overflow-auto height-full" }, h("calcite-shell", { key: '715eb7ed692a1d00347d44f20df370cf9a91ded5', class: "position-relative " + featuresClass }, h("div", { key: 'baf4e97c1884f477e4077a6dc8e59d98c77593a4', class: "position-static z-index-500" }, h("info-card", { key: 'e2ed262e2ebdf9b79ddd725f073f13d6a17909d2', enableEditGeometry: this.enableEditGeometry, graphics: this._graphics, isLoading: this._cardLoading, isMobile: this.isMobile, locale: this.locale, mapView: this.mapView }))), h("calcite-shell", { key: '536b1dec2a539191f30b648f70a6bdcd447a6d6c', class: "position-relative " + messageClass }, h("calcite-flow-item", { key: 'fe3ea9d0c94b51b3c67fdd784d624479d61663d9' }, h("calcite-panel", { key: 'e01b6ebb54d5cf265f3b12cabf56754174c6e53e' }, h("div", { key: '90c3fa4e158218d6a057bb3741bfaad1d33f84d1', class: "padding-1" }, h("calcite-notice", { key: 'c9dfc38e3dacf0606e7688bc60008ddf3211733d', icon: this.selectingFeatureFromMap ? "map" : "table", iconFlipRtl: true, open: true }, h("div", { key: '09230437c58274365885d31457a758c634de6118', slot: "message" }, guideMsg))), !this.isMobile && showCreateFeatureOrRecordBtn && h("calcite-button", { key: '25e36e909b1b2cd9c470c7130e3b058feb6a9701', disabled: !this.layer, onClick: () => this._createFeatureBtnClicked(), slot: "footer", width: "full" }, isTable ? this._translations.createRecord : this._translations.createFeature)))), h("calcite-shell", { key: 'ee86348e78c6ab5bf355ada65157f7145289e7d0', class: "position-relative " + createFeatureClass }, h("calcite-flow-item", { key: 'a76afb730f23f07a65ff87280812084aa0b656ab' }, h("calcite-panel", { key: '0e8b44fecacbd09836c5cda2c75db076073de051', heading: heading }, 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 && 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)))))));
138
+ return (h(Host, { key: '5557aa4d80b859335e38db3f4255f4a61d00560f' }, h("div", { key: '6756e3314fc3444a982010a3cfa702d77f05f316', class: "overflow-auto height-full" }, h("calcite-shell", { key: '715eb7ed692a1d00347d44f20df370cf9a91ded5', class: "position-relative " + featuresClass }, h("div", { key: 'baf4e97c1884f477e4077a6dc8e59d98c77593a4', class: "position-static z-index-500" }, h("info-card", { key: 'e2ed262e2ebdf9b79ddd725f073f13d6a17909d2', enableEditGeometry: this.enableEditGeometry, graphics: this._graphics, isLoading: this._cardLoading, isMobile: this.isMobile, locale: this.locale, mapView: this.mapView }))), h("calcite-shell", { key: '536b1dec2a539191f30b648f70a6bdcd447a6d6c', class: "position-relative " + messageClass }, h("calcite-panel", { key: '285eb9f07fcaf53c23ccecb44d68ec5bb85c9528' }, h("div", { key: 'dd180d0c21823d5cb3007c6078c9daa81a487101', class: "padding-1" }, h("calcite-notice", { key: 'b7d4ffb57b912c0424bef1c828608fd41d12d561', icon: this.selectingFeatureFromMap ? "map" : "table", iconFlipRtl: true, open: true }, h("div", { key: '642339477aa8b9e1cba106dcb410ef293363311f', slot: "message" }, guideMsg))), !this.isMobile && showCreateFeatureOrRecordBtn && h("calcite-button", { key: '835562b5a083e7fc6f558d19787d5fa2680c2938', disabled: !this.layer, onClick: () => this._createFeatureBtnClicked(), slot: "footer", width: "full" }, isTable ? this._translations.createRecord : this._translations.createFeature))), h("calcite-shell", { key: '5aeb16a8b0e6e693b7fddd64bf1ec2fe6553f133', class: "position-relative " + createFeatureClass }, h("calcite-flow-item", { key: '20487f672aa32832c3b6a576976ad1bb12116814' }, h("calcite-panel", { key: '9cc5d827a20afbf3381be0739cc3cc6713af8d66', heading: heading }, 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 && 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)))))));
139
139
  }
140
140
  /**
141
141
  * Returns the editor component for adding feature
@@ -8572,7 +8572,7 @@ const ConsentManager$1 = /*@__PURE__*/ proxyCustomElement(class ConsentManager e
8572
8572
  * Renders the component.
8573
8573
  */
8574
8574
  render() {
8575
- return (h$1(Host, { key: '4443b1be43831091773f5103c00dcb6ca1afeda1' }, h$1("calcite-alert", { key: 'cb5a4981908422979ad684be6605fefac6c2655d', kind: "brand", label: this._translations.trackingAlertLabel, onCalciteAlertClose: () => this._alertClosed(), open: this._open }, h$1("div", { key: 'c1623351bfac6185c500d8bf8f397a7f70a13aa0', slot: "message" }, this._translations.message), h$1("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))));
8575
+ return (h$1(Host, { key: '6b5a4571e972d6d79948cbf186119372456b5e1e' }, h$1("calcite-alert", { key: '93eaac2efe214be10c0b5a0ff511404e74861bd0', kind: "brand", label: this._translations.trackingAlertLabel, onCalciteAlertClose: () => this._alertClosed(), open: this._open }, h$1("div", { key: '791bf8851d3f7fd5cec537afcd369071127701a4', slot: "message" }, this._translations.message), h$1("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))));
8576
8576
  }
8577
8577
  /**
8578
8578
  * Called once after the component is loaded
@@ -282,8 +282,8 @@ const CreateFeature = /*@__PURE__*/ proxyCustomElement(class CreateFeature exten
282
282
  else if (this._currentPage === 'featureForm') {
283
283
  guidingMsg = this._translations.provideDetailsMsg;
284
284
  }
285
- return (h(Fragment, { key: '5ff1ae8fd3d3ca323e4a4cf58118632de8f666e8' }, showGuidingMsg && h("calcite-notice", { key: '908e0893f38e70a76541da6b102ff2664caeb5f1', class: "notice-msg", icon: "lightbulb", kind: "success", open: true, ref: el => this._calciteNotice = el }, h("div", { key: '2b070778d3d9d864ba4a3d0be2d766d5a2ddc398', slot: "message" }, guidingMsg)), h("calcite-loader", { key: '1cc22fb1a2db9c69538dc72953c9a6181d197a17', class: loaderClass, label: "", scale: "s" }), h("div", { key: '68f8fb63bfb05aba67ac9b4906d61f0267718033', class: featureFormClass, id: "feature-form" }), this.enableSearch &&
286
- h("div", { key: 'a7688f8306d4c10a8abb45200fd89785cda444d8', class: `search-widget ${showSearchWidget} ${featureFormClass}`, id: "search-widget-ref", ref: el => this._searchDiv = el }), h("div", { key: 'ffed98a27fdc673fdbadc88533344d338f554ff3', class: `${mobileMapClass}`, ref: (el) => { this._mapViewContainer = el; } })));
285
+ return (h(Fragment, { key: '829e66e8b4818b2566d514ae85eddc50968075f8' }, showGuidingMsg && h("calcite-notice", { key: '0347181f26f5d87d38f8be185e0b43ffbbc34208', class: "notice-msg", icon: "lightbulb", kind: "success", open: true, ref: el => this._calciteNotice = el }, h("div", { key: 'e5dd776ead66c26184a5aad747e82d97612d961a', slot: "message" }, guidingMsg)), h("calcite-loader", { key: '7989ecdbb4b635d38a1d63bf879d7e95b3f9a9be', class: loaderClass, label: "", scale: "s" }), h("div", { key: '6f6184af21e8a0595e5c51c132e657e7660caa01', class: featureFormClass, id: "feature-form" }), this.enableSearch &&
286
+ h("div", { key: '2068ca424a9355a28c9957104a4f6973b11c1b8f', class: `search-widget ${showSearchWidget} ${featureFormClass}`, id: "search-widget-ref", ref: el => this._searchDiv = el }), h("div", { key: 'a899d52788e6cfa67fe77abbbe0eeb6383b40d0a', class: `${mobileMapClass}`, ref: (el) => { this._mapViewContainer = el; } })));
287
287
  }
288
288
  //--------------------------------------------------------------------------
289
289
  //
@@ -162,7 +162,7 @@ const CreateRelatedFeature = /*@__PURE__*/ proxyCustomElement(class CreateRelate
162
162
  }
163
163
  render() {
164
164
  const loaderClass = this._editorLoading ? "" : "display-none";
165
- return (h(Fragment, { key: '650aeca8002a6d1a0dfd38972431021958e17195' }, this.showGuidingMsg && h("calcite-notice", { key: 'e81e9ef66e5daa87e45affb573f6ef16bc42b3f3', class: "notice-msg", icon: "lightbulb", kind: "success", open: true }, h("div", { key: '483c0507f64c83e0846ca82ca48d0c93f491162e', slot: "message" }, this._translations.provideDetailsMsg)), h("calcite-loader", { key: '335afd31901cdf23eecd9ddb49a1017b2d9310fa', class: loaderClass, label: "", scale: "s" })));
165
+ return (h(Fragment, { key: '261308f81b5bbed3e136efbb2100db9c1e5994a4' }, this.showGuidingMsg && h("calcite-notice", { key: '3aca1d3f48e46208ce07f2ccdd76ac4af752162d', class: "notice-msg", icon: "lightbulb", kind: "success", open: true }, h("div", { key: 'f449d7dcde1cc75bf7470a75ae0ce915ef457459', slot: "message" }, this._translations.provideDetailsMsg)), h("calcite-loader", { key: 'e94e971b96ddba0ab36f27ffd4e37b820bb2432f', class: loaderClass, label: "", scale: "s" })));
166
166
  }
167
167
  /**
168
168
  * StencilJS: Called once just after the component is fully loaded and the first render() occurs.
@@ -280,7 +280,7 @@ const CrowdsourceManager$1 = /*@__PURE__*/ proxyCustomElement(class CrowdsourceM
280
280
  render() {
281
281
  // only avoid border when we have a header color that is not white
282
282
  const borderClass = this.popupHeaderColor && this.popupHeaderColor !== "#FFFFFF" ? "border-width-0" : "";
283
- return (h(Host, { key: 'd7f7dffaa8e25ca2d5c110ba76b129122ec71b08' }, h("calcite-shell", { key: 'a1ad48a509eca1d065da926193ab8718f78277f4', class: "position-relative" }, 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()));
283
+ return (h(Host, { key: '24b7324257b94560153db83dd6b29730bef8f38f' }, h("calcite-shell", { key: 'c7a445ffdf9fa59c7bd1aff125a77e811f6ce736', class: "position-relative" }, 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()));
284
284
  }
285
285
  /**
286
286
  * Called after each render
@@ -376,7 +376,7 @@ const CrowdsourceReporter$1 = /*@__PURE__*/ proxyCustomElement(class Crowdsource
376
376
  */
377
377
  render() {
378
378
  const themeClass = this.theme === "dark" ? "calcite-mode-dark" : "calcite-mode-light";
379
- return (h(Host, { key: '9bb4aa3c8973c44e2f5a85c98b7a7ca945d315f8' }, this._reportSubmitted && 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" }, h("div", { key: '676acd78d72f04a34c37a2a2375863a228406896', slot: "message" }, this.reportSubmittedMessage ? this.reportSubmittedMessage : this._translations.submitMsg)), this._featureCreationFailedErrorMsg && h("calcite-alert", { key: '7fb61f1cfd7962a179b342356710ab60a2de6388', "auto-close": true, class: themeClass, icon: "x-octagon", kind: "danger", label: "", onCalciteAlertClose: () => { this._featureCreationFailedErrorMsg = ""; }, open: true, placement: "top" }, h("div", { key: '32e9a5f766afcb89b9f774bdc51fd2e3038de3b0', slot: "title" }, this._translations.error), h("div", { key: 'b49a6564b131e7742a1893aa398ed433e02382e4', slot: "message" }, this._featureCreationFailedErrorMsg)), this._commentSubmitted && 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" }, h("div", { key: '21c9ce907b0716588b9592bdc658d254e839610c', slot: "message" }, this.commentSubmittedMessage || this._translations.commentSubmittedMsg)), this._addingCommentFailed && h("calcite-alert", { key: 'c57edddd42bcd11a31f884ce73351b15356870cc', "auto-close": true, class: themeClass, icon: "x-octagon", kind: "danger", label: "", onCalciteAlertClose: () => { this._addingCommentFailed = false; }, open: true, placement: "top" }, h("div", { key: '72b1d8d9c7963346fe76c1fc47e25c7dc599b6bd', slot: "title" }, this._translations.error), h("div", { key: 'fbb68e59834049b7051a35bacfd44acdfee7d86f', slot: "message" }, this._translations.addingCommentFailedMsg)), h("div", { key: '21872ce45c537866f168e33e7fdb377164e8a3d3' }, h("calcite-shell", { key: 'dd70ac6e5fc742ab901732dab579bd29a43bbc97', "content-behind": true }, this._getReporter()))));
379
+ return (h(Host, { key: '42f88dcb756add8af6af0936b7ef9aef47a43236' }, this._reportSubmitted && 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" }, h("div", { key: '4ece38e9af3c6eba4e89cf96ca8fe82a96116bcb', slot: "message" }, this.reportSubmittedMessage ? this.reportSubmittedMessage : this._translations.submitMsg)), this._featureCreationFailedErrorMsg && h("calcite-alert", { key: '6c93202ccab7729a523f51f816279df0e7e2f4d4', "auto-close": true, class: themeClass, icon: "x-octagon", kind: "danger", label: "", onCalciteAlertClose: () => { this._featureCreationFailedErrorMsg = ""; }, open: true, placement: "top" }, h("div", { key: 'cba71216aa8aa01098b2f9c6295341b9d501372d', slot: "title" }, this._translations.error), h("div", { key: '3d457cfb00cc11208c34a121af6c5592d9540a04', slot: "message" }, this._featureCreationFailedErrorMsg)), this._commentSubmitted && 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" }, h("div", { key: '57d71698daf2f5cfbb2bb971b8c062baa797d279', slot: "message" }, this.commentSubmittedMessage || this._translations.commentSubmittedMsg)), this._addingCommentFailed && h("calcite-alert", { key: 'c132ab8aceff09560f4e8300c6de03f9034443d9', "auto-close": true, class: themeClass, icon: "x-octagon", kind: "danger", label: "", onCalciteAlertClose: () => { this._addingCommentFailed = false; }, open: true, placement: "top" }, h("div", { key: '840e834c1c6597d0bd3841fde4f1014de9e6604b', slot: "title" }, this._translations.error), h("div", { key: 'b8348d5cd55a298dbe42e4ccffb9f951bac1f8e1', slot: "message" }, this._translations.addingCommentFailedMsg)), h("div", { key: '21f2a585a214dcdac6bec1b313025a5bf48317c4' }, h("calcite-shell", { key: '3b0d3506ea75937c6627f20b3f468b28c00dbd22', "content-behind": true }, this._getReporter()))));
380
380
  }
381
381
  //--------------------------------------------------------------------------
382
382
  //
@@ -915,7 +915,7 @@ const DeductCalculator = /*@__PURE__*/ proxyCustomElement(class DeductCalculator
915
915
  * Renders the component.
916
916
  */
917
917
  render() {
918
- return (h(Host, { key: '09445d67e0cee8c3bbb964bcacb32777f1337232' }, h("div", { key: 'c48aa2169ffdebd1e28a891e237140d60f049e9d', class: "label-display" }, h("calcite-label", { key: '5eac677893a4091dcf3ea32975cae05c3cdeecb4', class: "label-display" }, "Density %", this._getDensityInput()), h("calcite-label", { key: '22fb547143ac1e3f3a52a9a957af0a648e2e2094', class: "label-display" }, "Type", this._getTypeInput()), h("calcite-label", { key: '8f30f5e4a2bcad5bda8da81ff6450c7af9d6aa74', class: "label-display" }, "Severity", this._getSeverityInput())), h("div", { key: '6e222858e52e17b76c6f5584ab9a4da914c3dae1' }, this._getCalculateInput())));
918
+ return (h(Host, { key: 'bef351adfb4972c2bd84709220171922a4649cd7' }, h("div", { key: '51065f0afbe4c2a2c2351f7a41a621d5d1dc8ba2', class: "label-display" }, h("calcite-label", { key: '3c9e587ef5b6becd188cb109ec4c262fdb829d92', class: "label-display" }, "Density %", this._getDensityInput()), h("calcite-label", { key: 'a274eddffc391680e55edc8582ba0c3ade78b48e', class: "label-display" }, "Type", this._getTypeInput()), h("calcite-label", { key: '300d544f83a425dc43d6725322d2381872b1acd9', class: "label-display" }, "Severity", this._getSeverityInput())), h("div", { key: '511ed7788c57fc3ff8e162f0b910b1ed2a974b3d' }, this._getCalculateInput())));
919
919
  }
920
920
  //--------------------------------------------------------------------------
921
921
  //
@@ -90,7 +90,7 @@ const DeleteButton = /*@__PURE__*/ proxyCustomElement(class DeleteButton extends
90
90
  * Renders the component.
91
91
  */
92
92
  render() {
93
- return (h(Host, { key: '16e40d762fda104d4b5687076a66c8a966c74838' }, this.buttonType === "button" ? (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()))) : (h("calcite-action", { appearance: "solid", disabled: !this._deleteEndabled, id: this.icon, onClick: () => this._delete(), scale: "s", text: this._translations.delete }, h("calcite-button", { appearance: "transparent", iconStart: this.icon, kind: "danger" }, this._translations.delete))), this._deleteMessage(), h("calcite-tooltip", { key: '43b52554c36cdeffb89e9c6c81bbb0a0549fa20b', placement: "bottom", "reference-element": this.buttonType === "button" ? "solutions-delete" : this.icon }, h("span", { key: 'f27147140dedcea99d759d5a84128adfc788becc' }, this._translations.delete))));
93
+ return (h(Host, { key: '73d07f24703df76fdacc1b3a1ec80cfdd7bbee30' }, this.buttonType === "button" ? (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()))) : (h("calcite-action", { appearance: "solid", disabled: !this._deleteEndabled, id: this.icon, onClick: () => this._delete(), scale: "s", text: this._translations.delete }, h("calcite-button", { appearance: "transparent", iconStart: this.icon, kind: "danger" }, this._translations.delete))), this._deleteMessage(), h("calcite-tooltip", { key: '803898895029bd098264b9144ff5ccee102d4ae8', placement: "bottom", "reference-element": this.buttonType === "button" ? "solutions-delete" : this.icon }, h("span", { key: 'a920ffea1849667cd58812a2c1813d2e066f0064' }, this._translations.delete))));
94
94
  }
95
95
  /**
96
96
  * StencilJS: Called once just after the component is fully loaded and the first render() occurs.
@@ -79,7 +79,7 @@ const DeleteDialog = /*@__PURE__*/ proxyCustomElement(class DeleteDialog extends
79
79
  render() {
80
80
  const confirmMessage = this.ids.length === 1 ? this._translations?.confirmSingle :
81
81
  this._translations?.confirmMultiple;
82
- return (h(Host, { key: '911eb7a62de8d0f24642a632363c3ed7c21ea7ac' }, h("calcite-dialog", { key: '211d40ea9d2c063e4f432af6ae9ad3e03cd33a21', heading: this._translations?.deleteFeature, kind: "danger", modal: true, onCalciteDialogClose: () => this._close(), open: this.open, widthScale: "s" }, h("div", { key: '7e6ab8ee32a7167394241c512adade1bfe7d48b1' }, confirmMessage), h("calcite-button", { key: 'd94a794b84e568b10e4e05a5ca37ac693bf20fbb', appearance: "outline", kind: "danger", onClick: () => this._close(), slot: "footer-end", width: "full" }, this._translations?.cancel), h("calcite-button", { key: '9e0c6de791de76cb9393b2253cb6fc10fee12783', kind: "danger", loading: this._isDeleting, onClick: () => void this._deleteFeatures(), slot: "footer-end", width: "full" }, this._translations?.delete))));
82
+ return (h(Host, { key: 'd672a7218bc19c762c89b519b5d12c8d0122f770' }, h("calcite-dialog", { key: 'c43ba38dd9477869ae9797f98e3daafce09c5eae', heading: this._translations?.deleteFeature, kind: "danger", modal: true, onCalciteDialogClose: () => this._close(), open: this.open, widthScale: "s" }, h("div", { key: '481710981431c3bb10b8ec221604f0740f3f8772' }, confirmMessage), h("calcite-button", { key: '8f1fc8a1a66fbd25edbb8d7f99f223b5bfea0517', appearance: "outline", kind: "danger", onClick: () => this._close(), slot: "footer-end", width: "full" }, this._translations?.cancel), h("calcite-button", { key: '46830e28586f1d345de2b19a2d8198f36ae74f15', kind: "danger", loading: this._isDeleting, onClick: () => void this._deleteFeatures(), slot: "footer-end", width: "full" }, this._translations?.delete))));
83
83
  }
84
84
  //--------------------------------------------------------------------------
85
85
  //
@@ -201,7 +201,7 @@ const EditCard = /*@__PURE__*/ proxyCustomElement(class EditCard extends HTMLEle
201
201
  !this.graphics[0].layer.editingEnabled : true;
202
202
  const tableNodeClass = this._editorLoading ? "display-none" : "position-absolute";
203
203
  const loadingClass = this._editorLoading ? "" : "display-none";
204
- return (h(Host, { key: '07a1ccdba5162490e20fee0ef555cef895f0885e' }, h("div", { key: '845beed84402ca9a4056bd7231eed52a89ff65b8', class: "position-absolute" }, editDisabled ? (h("calcite-notice", { kind: "warning", open: true, slot: "content-top", width: "full" }, h("div", { slot: "message" }, this._translations.enableEditing))) : undefined, h("div", { key: '0f8dcb1c8d2cd8df395a5f0b2abf9e1d3a50f11f', class: "position-absolute" }, h("div", { key: 'f0906c8e8c046f8464a5487958b6bc637207b00c', class: tableNodeClass, id: "feature-form", ref: (el) => this._editContainer = el }), h("calcite-loader", { key: 'cb2e513262d14470287097572c905173a0c63f92', class: loadingClass, label: "", scale: "s" })))));
204
+ return (h(Host, { key: 'e181f65e7218ce0350de5dcab9049ff63a5d39c1' }, h("div", { key: '44bf2b5cf31c5acc7f65fb7ec50fd84e77c95470', class: "position-absolute" }, editDisabled ? (h("calcite-notice", { kind: "warning", open: true, slot: "content-top", width: "full" }, h("div", { slot: "message" }, this._translations.enableEditing))) : undefined, h("div", { key: '97119476aa2a992ccadc1d61119f2640d195e7b1', class: "position-absolute" }, h("div", { key: 'f429decea684a6a22db89de89da3755bdbff19cc', class: tableNodeClass, id: "feature-form", ref: (el) => this._editContainer = el }), h("calcite-loader", { key: '3ea908ef8dadd2f1c85bfac1b344f8b4441b8706', class: loadingClass, label: "", scale: "s" })))));
205
205
  }
206
206
  //--------------------------------------------------------------------------
207
207
  //
@@ -177,12 +177,12 @@ const FeatureDetails = /*@__PURE__*/ proxyCustomElement(class FeatureDetails ext
177
177
  render() {
178
178
  //When related features found show comments list of only those features else comments list will be empty
179
179
  const commentsListWhereClause = this._relatedFeaturesOIDs?.length > 0 ? `objectId in(${this._relatedFeaturesOIDs})` : '1=0';
180
- return (h("calcite-panel", { key: 'f66885aa1e6d13301b16a9ebce45565a0db62a7a', "full-height": true }, 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) &&
181
- h("div", { key: '0ebeede82e3f3dc5d35e0a6f186b76a101b619ab', class: "buttons-container" }, this._commentsAvailable &&
182
- h("calcite-button", { key: '8cd9c213f85d444139a3288cb5b7ce656baafb09', appearance: "transparent", iconEnd: "speech-bubble", kind: "neutral", onClick: () => { this.addComment.emit(); }, scale: 'm' }, this._relatedFeaturesOIDs.length), this._likeFieldAvailable &&
183
- 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 &&
184
- 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 &&
185
- 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 })));
180
+ return (h("calcite-panel", { key: 'be7bebe9da698d963a2602fcacb95ac7206ac1e9', "full-height": true }, 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) &&
181
+ h("div", { key: 'd53f5a1726e4c6299ffd04e266d84005181645f6', class: "buttons-container" }, this._commentsAvailable &&
182
+ h("calcite-button", { key: '4c2616cc9e0107258f5313b66ae96fa31fe582c5', appearance: "transparent", iconEnd: "speech-bubble", kind: "neutral", onClick: () => { this.addComment.emit(); }, scale: 'm' }, this._relatedFeaturesOIDs.length), this._likeFieldAvailable &&
183
+ 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 &&
184
+ 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 &&
185
+ 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 })));
186
186
  }
187
187
  /**
188
188
  * Load esri javascript api modules
@@ -183,9 +183,9 @@ const FeatureList = /*@__PURE__*/ proxyCustomElement(class FeatureList extends H
183
183
  * Renders the component.
184
184
  */
185
185
  render() {
186
- return (h("calcite-panel", { key: '321bcf42291d5847e763a82b184db5a53dfc9957', "full-height": true, "full-width": true }, this._isLoading && h("calcite-loader", { key: '7b228a9aa2166cc1729d2d83a4bbc56de46b19a8', label: "", scale: "m" }), this.showErrorWhenNoFeatures && this._featureItems.length === 0 && !this._isLoading &&
187
- h("calcite-notice", { key: '464f48097a1a70f6f67445a1d954b7f159f90d51', class: "error-msg", icon: "feature-details", kind: "info", open: true }, h("div", { key: '183a39f0017fb978fe79bfa6e598328a7b64387a', slot: "message" }, this.noFeaturesFoundMsg ? this.noFeaturesFoundMsg : this._translations.featureErrorMsg)), h("calcite-list", { key: '5f1115d64f426bc96af72488e619b3b44512ba08', label: "", "selection-appearance": "border", "selection-mode": "none" }, !this._isLoading && this._featureItems.length > 0 && this._featureItems), this._featuresCount > this.pageSize &&
188
- h("div", { key: 'b1d5287511e0100ab877ded1fb34f647fb011a87', class: "width-full", slot: "footer" }, 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 }))));
186
+ return (h("calcite-panel", { key: '6b6214a3dba7df7c2035203750d547945407ecde', "full-height": true, "full-width": true }, this._isLoading && h("calcite-loader", { key: '1b05d96de0b4d396b13f448311db76315e28b81b', label: "", scale: "m" }), this.showErrorWhenNoFeatures && this._featureItems.length === 0 && !this._isLoading &&
187
+ h("calcite-notice", { key: 'abe755f0bc5c7ff064249159c3154c9ca1c27594', class: "error-msg", icon: "feature-details", kind: "info", open: true }, h("div", { key: '5a8ead1d47151cf088ae9e359052cf35129b09d3', slot: "message" }, this.noFeaturesFoundMsg ? this.noFeaturesFoundMsg : this._translations.featureErrorMsg)), h("calcite-list", { key: 'cd7049462fb654dad0c4c05f127cf3e5d06bc5de', label: "", "selection-appearance": "border", "selection-mode": "none" }, !this._isLoading && this._featureItems.length > 0 && this._featureItems), this._featuresCount > this.pageSize &&
188
+ h("div", { key: 'b65b1f491800e489790d79054affc0ddcd089d1f', class: "width-full", slot: "footer" }, 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 }))));
189
189
  }
190
190
  //--------------------------------------------------------------------------
191
191
  //
@@ -117,7 +117,7 @@ const FloorFilter = /*@__PURE__*/ proxyCustomElement(class FloorFilter extends H
117
117
  * Renders the component.
118
118
  */
119
119
  render() {
120
- return (h(Host, { key: 'b2ba7504abbc8621f2ad4f561920f2125181350d' }, h("div", { key: '1df2a06b4b99ba0ece38ca3d91b622ce9b692c4a', ref: (el) => { this._floorFilterElement = el; } })));
120
+ return (h(Host, { key: '51da7a656e7f56ecc8cc4093d3dab856f77b5c7a' }, h("div", { key: 'd2fda7047f09a673216484f5c202f039fca20108', ref: (el) => { this._floorFilterElement = el; } })));
121
121
  }
122
122
  /**
123
123
  * StencilJS: Called once just after the component is first loaded.
@@ -237,8 +237,8 @@ const InfoCard = /*@__PURE__*/ proxyCustomElement(class InfoCard extends HTMLEle
237
237
  const id = this._features?.selectedFeature?.getObjectId();
238
238
  const ids = parseInt(id?.toString(), 10) > -1 ? [id] : [];
239
239
  const deleteEnabled = this._layer?.editingEnabled && this._layer?.capabilities?.operations?.supportsDelete;
240
- return (h(Host, { key: '66070d48134f89d9cf132572fe1adf790b6d3ec6' }, h("calcite-shell", { key: 'b77248dce176df940d8b0c347154b73738a5576d', style: { position: this.position } }, this._getHeader(), h("calcite-loader", { key: 'c1638ca8320a0ae12a9ccd1fd8841efde4236ba5', class: loadingClass, label: this._translations.fetchingData }), h("div", { key: 'cf5ee3be5c0ea3be36205dcf7c0747461802a5f1', class: "esri-widget feature-node " + featureNodeClass, id: this._featuresNodeId }), h("div", { key: '6fbfa6947fa0fdb1b14a03217da60f07ecff2e1b', class: `${editButtonClass} width-100`, slot: "footer" }, this.allowEditing &&
241
- h("div", { key: 'fdcb078c3b3f183b06dc3a48d27fee46e3a4fffa', class: "display-flex top-border padding-1-2" }, h("calcite-button", { key: '7193bec80a40f353d24e5d327d99d94a2c5ff356', appearance: "solid", id: "solutions-edit", onClick: () => this._openEditRecord(), width: "full" }, this._translations.edit), this.isMobile && deleteEnabled ? (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, h("calcite-tooltip", { key: '228a9691edd916a5d644cb19db24898cdf7cab3b', placement: "bottom", "reference-element": "solutions-edit" }, h("span", { key: '5c696df370bcf230d3fc06523ec3cb9d96f2fe2b' }, this._translations.edit)), this.isMobile && deleteEnabled ? (h("calcite-tooltip", { placement: "bottom", "reference-element": "solutions-delete" }, h("span", null, this._translations.delete))) : undefined), this.paginationEnabled && !nextBackDisabled && h("div", { key: 'e1b829a888913af6a9d777a2df0d65571ac3bec1', class: `display-flex padding-1-2 button-container top-border ${nextBackClass}` }, h("div", { key: '8746737a103266efe64a8f80c2359f9e170586d5' }, h("calcite-button", { key: 'ac6fc23dc2831608cc9c86fe384c0a927cd7d7ac', appearance: 'transparent', disabled: nextBackDisabled, iconFlipRtl: "both", iconStart: "chevron-left", id: "solutions-back", onClick: () => this._back(), width: "full" }), h("calcite-tooltip", { key: 'd4a1e2753c35e97064ca66d5c30deccd532fb158', placement: "top", "reference-element": "solutions-back" }, h("span", { key: 'caae32b5e32a0d89265293beccef157d227a7600' }, this._translations.back))), h("calcite-action", { key: 'a87f344a06896ad86886815254979793b057e4cd', class: 'pagination-action', iconFlipRtl: true, onClick: () => this._toggleListView(), scale: "s", text: "", textEnabled: true }, h("span", { key: '6e6f84ebedb2540edb485fa0789fe8ea67e7188f', class: "pagination-count" }, this._count)), h("div", { key: '6acf22348a508c921865bb4c7e531f9a826a8eed' }, h("calcite-button", { key: 'f1d763e1747cff7e0b6bec08ec4fade3d1582379', appearance: "transparent", disabled: nextBackDisabled, iconFlipRtl: "both", iconStart: "chevron-right", id: "solutions-next", onClick: () => this._next(), width: "full" }), h("calcite-tooltip", { key: 'def93e3d1f19b4e6eb3e54c5fbd918fed118cc0c', placement: "top", "reference-element": "solutions-next" }, h("span", { key: 'cb9b90a5b3129861b7f58fd0271c6120893dfd53' }, this._translations.next))))), 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 }), h("calcite-alert", { key: '394c3b416a5dc94381c8b93afd3308121fbebd81', icon: "layer-broken", kind: "warning", label: "", onCalciteAlertClose: () => this._alertClosed(), open: this._alertOpen, placement: "top" }, h("div", { key: 'f4868bf3b710d91ed7e3f1e34b846bd408febac0', slot: "title" }, this._translations.editDisabled), h("div", { key: '457b7d0c76bfac52340bec73f5d1d2abbd10f25a', slot: "message" }, this._translations.enableEditing)))));
240
+ return (h(Host, { key: '54e47d0ec2be9149c3e667c9e940842804d96964' }, h("calcite-shell", { key: '14bb280d394ceaa74463979886ab09cdf393b26e', style: { position: this.position } }, this._getHeader(), h("calcite-loader", { key: '3226709e73de16c795c348513183b26b88b7a726', class: loadingClass, label: this._translations.fetchingData }), h("div", { key: 'ba4b0c34620c60e849bdf0ada785b9976156dd1c', class: "esri-widget feature-node " + featureNodeClass, id: this._featuresNodeId }), h("div", { key: '440a4d3c0530f97031df2e2ab9511ef6035fb5da', class: `${editButtonClass} width-100`, slot: "footer" }, this.allowEditing &&
241
+ h("div", { key: '172b2e2cc10bdfb104057376ceba5d7f5f19ad61', class: "display-flex top-border padding-1-2" }, h("calcite-button", { key: '242daf0ec6c3fe4fcc11be4bbc19f810836714ec', appearance: "solid", id: "solutions-edit", onClick: () => this._openEditRecord(), width: "full" }, this._translations.edit), this.isMobile && deleteEnabled ? (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, h("calcite-tooltip", { key: '760f8fcd1bcff2060e0a98e84a222107e55fef22', placement: "bottom", "reference-element": "solutions-edit" }, h("span", { key: '30656b92e9bdbf3a9548586d91fc23bce2da9db3' }, this._translations.edit)), this.isMobile && deleteEnabled ? (h("calcite-tooltip", { placement: "bottom", "reference-element": "solutions-delete" }, h("span", null, this._translations.delete))) : undefined), this.paginationEnabled && !nextBackDisabled && h("div", { key: '0d119d7d093abfbdd6eb93bf6987be2b106a8c78', class: `display-flex padding-1-2 button-container top-border ${nextBackClass}` }, h("div", { key: '7b353bc77ef8f816c39a4b5232160755fbea42fe' }, h("calcite-button", { key: '58d9b335eaf691672695bfed171cdd5aaf638aec', appearance: 'transparent', disabled: nextBackDisabled, iconFlipRtl: "both", iconStart: "chevron-left", id: "solutions-back", onClick: () => this._back(), width: "full" }), h("calcite-tooltip", { key: 'c5f110544d2c630d374f1c57112a16f3e82d67ca', placement: "top", "reference-element": "solutions-back" }, h("span", { key: '1818844f2daf4afa73677ea6b58392b5a5ec50b3' }, this._translations.back))), h("calcite-action", { key: '36c5dd00320f52eb3421532c7df8f60ccede5230', class: 'pagination-action', iconFlipRtl: true, onClick: () => this._toggleListView(), scale: "s", text: "", textEnabled: true }, h("span", { key: 'b13cc04e8f093a7a0b9da8ee425d436a0c2fe26a', class: "pagination-count" }, this._count)), h("div", { key: '7c79b82a8ba2bd4eea11a722d67e549121a95679' }, h("calcite-button", { key: '3ff6b99d1743a9ff6a171aea4715199606a21dc6', appearance: "transparent", disabled: nextBackDisabled, iconFlipRtl: "both", iconStart: "chevron-right", id: "solutions-next", onClick: () => this._next(), width: "full" }), h("calcite-tooltip", { key: '0239927bac7e75a35a811aa695c8c55fda5f9b68', placement: "top", "reference-element": "solutions-next" }, h("span", { key: 'a5bafe4d001d80a1a46de5f9eb10fb4306783e38' }, this._translations.next))))), 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 }), h("calcite-alert", { key: '9af909318e687b66d239f64f800b375825ee94e0', icon: "layer-broken", kind: "warning", label: "", onCalciteAlertClose: () => this._alertClosed(), open: this._alertOpen, placement: "top" }, h("div", { key: '0a2ac2b669df18fe75adbcc0e84ab7b15a766932', slot: "title" }, this._translations.editDisabled), h("div", { key: '6dd20d646e9754fbaee4dd6c6f8e51964d2f41ff', slot: "message" }, this._translations.enableEditing)))));
242
242
  }
243
243
  //--------------------------------------------------------------------------
244
244
  //
@@ -101,7 +101,7 @@ const JsonEditor = /*@__PURE__*/ proxyCustomElement(class JsonEditor extends HTM
101
101
  * Renders the component.
102
102
  */
103
103
  render() {
104
- return (h(Host, { key: 'e9c806dbfc886daac9be93350e461246339787dd' }, h("div", { key: '5f31103bc0392042581d1421530f2ddcdebcc507', id: `${this.instanceid}-editor-container`, class: "editor-container padding-right" }, h("div", { key: '560c74b9864cd94f4e689bf65cb8e1fac42b94af', class: "editor-controls" }, h("div", { key: '73ca9ac97f3d40fb408e98477641a9d94e1cd32e', class: "editor-buttons" }, h("calcite-icon", { key: '2d83934e4493595f66e047c608a87e316279ec1b', id: `${this.instanceid}-errorFlag`, icon: "exclamation-mark-triangle", title: this._translations.errorFlag, scale: "s", class: "edit-error-flag" }), 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" }, h("calcite-icon", { key: 'd802118d2ac7b8cbf2750f3af11252fd52173dd0', icon: "undo", scale: "s" })), 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" }, h("calcite-icon", { key: 'bb5bfd3a99902b03c4ffb704b8fdc963c006e664', icon: "redo", scale: "s" })), 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" }, h("calcite-icon", { key: 'f902baf72fee24ef3b56da2c4d9337db96ab63b1', icon: "compare", scale: "s" })), 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" }, h("calcite-icon", { key: '01c24bdbf30cd22a06064bf26a47b38516508879', icon: "search", scale: "s" })), 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" }, h("calcite-icon", { key: 'a373dc694d97992dfbd60f49f38536ba34684381', icon: "reset", scale: "s" })))), h("div", { key: '6cdebae478b9d1b61e317155000bf62ad4c5b8a3', class: "edit-parent" }, h("div", { key: 'e3914618f86335e9538969b5cb7f7797212985c2', id: `${this.instanceid}-container`, class: "json-edit-container" }), h("div", { key: '4a17fd062060ddf2e5dca5c2fb6c9883ed9aadd4', id: `${this.instanceid}-diff-container`, class: "json-edit-container display-none" })))));
104
+ return (h(Host, { key: 'ba7c8a397da913d86f5d294cdfbb5ec1b84d89de' }, h("div", { key: 'bc5c6d1ee443b2096cc44d0b66850d4ebe8462da', id: `${this.instanceid}-editor-container`, class: "editor-container padding-right" }, h("div", { key: 'dbaf682cba354ce7eef21b03a71832fd39911332', class: "editor-controls" }, h("div", { key: 'e454e1dd36aa620abf2ffb7877bebb9adc70ff15', class: "editor-buttons" }, h("calcite-icon", { key: '1de67e151c6e65b004a431d89dc785ca286a8e11', id: `${this.instanceid}-errorFlag`, icon: "exclamation-mark-triangle", title: this._translations.errorFlag, scale: "s", class: "edit-error-flag" }), 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" }, h("calcite-icon", { key: '9bed02f1e8a367ad2ed764747f044a4ce27de52b', icon: "undo", scale: "s" })), 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" }, h("calcite-icon", { key: '5f24902a66eae644d0d358a4826a98d45e905493', icon: "redo", scale: "s" })), 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" }, h("calcite-icon", { key: '0bcd20d28e9ec34f1736a2888d78bfcd9cb82a4d', icon: "compare", scale: "s" })), 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" }, h("calcite-icon", { key: '36aac5e89ebf593d8d1981d7b8f6267fbbadfd24', icon: "search", scale: "s" })), 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" }, h("calcite-icon", { key: '3c4fc1da749f4b4f64d814fcd58dc035634f6b1b', icon: "reset", scale: "s" })))), h("div", { key: '6c33ec4851d804dac7fd9762e3c8c7e416a27cf4', class: "edit-parent" }, h("div", { key: 'a6e9721127bbd43f9974af65e0899489370e1868', id: `${this.instanceid}-container`, class: "json-edit-container" }), h("div", { key: 'c1d1ea305c0e451c24beddb8ac3f8e85a3fca088', id: `${this.instanceid}-diff-container`, class: "json-edit-container display-none" })))));
105
105
  }
106
106
  //--------------------------------------------------------------------------
107
107
  //
@@ -595,8 +595,8 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
595
595
  const tableHeightClass = this.isMobile ? "height-full" : "height-full-adjusted";
596
596
  const showSearch = this._canShowFullTextSearch();
597
597
  this._validateActiveActions();
598
- return (h(Host, { key: '68d6d57fbc9122b15340e0be3426ad00d398c7b2' }, h("div", { key: 'c4839ef8df0c5d3937b68c444264ce3bbb5c808d' }, h("calcite-scrim", { key: 'd4fa1a66ddcc5d0e83ee4ee43b2a3230e7f0298f', class: scrimClass, loading: this._queryingData }), h("calcite-shell", { key: '2ae1aee8a242902f3fbc9a1a19b62a8b721e5de7' }, this._getTableControlRow("header"), h("div", { key: '73d424f4bb07f56245c2c0858544d6cb7d9fcc74', class: `width-full ${tableHeightClass}` }, h("calcite-panel", { key: 'a2404478e2daf5ebac1ff3ac10378a98c868bcb2', class: "height-full width-full" }, showSearch &&
599
- h("div", { key: 'e18c71ccab7853438c51fe7168b7a98087d215e2', class: "search-container" }, 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" })), h("calcite-loader", { key: 'ce2aeb5e108b1d76da8694a071dcd46098e6bb28', class: loadingClass, label: this._translations.fetchingData, scale: "l" }), h("div", { key: '78e596cb45427bb9d21a11368361f67e1ed306a5', class: tableNodeClass, ref: this.onTableNodeCreate }))), !this.isMobile ? (h("div", { class: "bottom-left text-color height-19" }, this._translations.recordsSelected
598
+ return (h(Host, { key: 'f51377beacfa93e7f6faccb054748c33f0fe41e2' }, h("div", { key: '1c4745468d68c3394d2479ddc0128cee2f8f8119' }, h("calcite-scrim", { key: '107f64b58b12fd258cdd6cac17ab671f3bf761b9', class: scrimClass, loading: this._queryingData }), h("calcite-shell", { key: '770b53edf5626c49f941f46cf120fe97cb5161a2' }, this._getTableControlRow("header"), h("div", { key: '452b1d740d7e1e3a27fcdc0366fbe4f3cfb6d2e3', class: `width-full ${tableHeightClass}` }, h("calcite-panel", { key: '63b8dd565344f7a04f42bd6ec63596a0599095bc', class: "height-full width-full" }, showSearch &&
599
+ h("div", { key: 'c2fc7178a79e00527ed1d383bd54788e476dc7a5', class: "search-container" }, 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" })), h("calcite-loader", { key: 'bce4751b3d1d568f916d40e50893b88cb84b4b70', class: loadingClass, label: this._translations.fetchingData, scale: "l" }), h("div", { key: '9fdcdfec8f715b68e01ec75a328d4b91ad4975ea', class: tableNodeClass, ref: this.onTableNodeCreate }))), !this.isMobile ? (h("div", { class: "bottom-left text-color height-19" }, this._translations.recordsSelected
600
600
  .replace("{{total}}", total)
601
601
  .replace("{{selected}}", selected))) : undefined), this.createFilterModal && this._filterModal())));
602
602
  }
@@ -828,8 +828,8 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
828
828
  const selected = this._columnsInfo[k];
829
829
  return (h("calcite-dropdown-item", { id: `layer-table-${k.toLowerCase().replaceAll(" ", "")}`, label: k, onClick: (e) => {
830
830
  const target = e.target;
831
- this._columnsInfo[target.label] = target.selected;
832
- if (!target.selected) {
831
+ this._columnsInfo[target.label] = !target.selected;
832
+ if (target.selected) {
833
833
  this._table.hideColumn(target.label);
834
834
  }
835
835
  else {
@@ -374,7 +374,7 @@ const MapCard = /*@__PURE__*/ proxyCustomElement(class MapCard extends HTMLEleme
374
374
  const mapHeightClass = this.mapInfos?.length > 1 || this.isMapLayout ? "map-height" : "height-full";
375
375
  const progressClass = this.isMapLayout ? "" : "display-none";
376
376
  this._validateActiveActions();
377
- return (h(Host, { key: 'a47f4ac21db985fb91ff3f5378594f60405f312c' }, 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), h("calcite-progress", { key: 'b5b672726b4a4c812c386faad2077135a1e1231c', class: progressClass, value: 0 }), h("div", { key: 'f815ef4dba45b53c0ec4a49fe12e741b3331ce51', class: `${mapHeightClass} ${mapClass}`, ref: (el) => (this._mapDiv = el) }), 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 })));
377
+ return (h(Host, { key: 'c75f46c3c93b03c8ffbd63b281623a63ea790ca7' }, 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), h("calcite-progress", { key: '73fc88be2657f9f2483c624b2251192b318705e6', class: progressClass, value: 0 }), h("div", { key: '196fdeb21377ff9cd67327c8172ef96371e4397f', class: `${mapHeightClass} ${mapClass}`, ref: (el) => (this._mapDiv = el) }), 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 })));
378
378
  }
379
379
  /**
380
380
  * Called each time after the component is loaded
@@ -182,7 +182,7 @@ const MapDrawTools = /*@__PURE__*/ proxyCustomElement(class MapDrawTools extends
182
182
  "border" : "border esri-widget esri-sketch__panel";
183
183
  const undoRedoClass = this.drawMode === EDrawMode.SKETCH ?
184
184
  "display-none" : "esri-widget esri-sketch__panel border-left esri-sketch__section";
185
- return (h(Host, { key: 'da7ef0973544c8b88ced49ef8c5a89b5d5cf48ea' }, h("div", { key: '6cf3a4276a2a319c6f1a74d2824b0bb3003c9f9b', class: containerClass }, h("div", { key: 'dade38f4d01fa7c28915a4fce879f9383d5892b9', ref: (el) => { this._sketchElement = el; } }), h("div", { key: '6e2fbb2dcfb2e4e51f35aa615c0003a65fa3bd66', class: undoRedoClass }, h("calcite-action", { key: '8156802d2740aaa483e4f312cadadc5744f13486', disabled: !this.undoEnabled, icon: "undo", onClick: () => this._undo(), scale: "s", text: this._translations.undo }), h("calcite-action", { key: 'cd05845f66e187a317215e18d6a18696328960bf', disabled: !this.redoEnabled, icon: "redo", onClick: () => this._redo(), scale: "s", text: this._translations.redo })))));
185
+ return (h(Host, { key: '55983c5e2102a1bc5c1936946a6c343d8b5e6ce4' }, h("div", { key: 'd0cd16b9f3d1386ce39236aacd7cd1ef9e585a55', class: containerClass }, h("div", { key: 'cbeea2fc130e72a2b1739702cf49e35b798975ed', ref: (el) => { this._sketchElement = el; } }), h("div", { key: '50a103c4b4daf46f8da6607d6820545b44128aeb', class: undoRedoClass }, h("calcite-action", { key: '35f3767f23b1e86545df36b765571f90a2f2fa32', disabled: !this.undoEnabled, icon: "undo", onClick: () => this._undo(), scale: "s", text: this._translations.undo }), h("calcite-action", { key: '28961fa0141eda4848257fe7dd40e4c5a22ed65b', disabled: !this.redoEnabled, icon: "redo", onClick: () => this._redo(), scale: "s", text: this._translations.redo })))));
186
186
  }
187
187
  //--------------------------------------------------------------------------
188
188
  //
@@ -88,7 +88,7 @@ const MapFullscreen = /*@__PURE__*/ proxyCustomElement(class MapFullscreen exten
88
88
  * Renders the component.
89
89
  */
90
90
  render() {
91
- return (h(Host, { key: '50488298d31b85071bb8ec898781b8af52a800ae' }, h("div", { key: '24b4c28cd69ce487c851412a839f6762ceaf02b1', class: "fullscreen-widget", ref: (el) => { this._fullscreenElement = el; } })));
91
+ return (h(Host, { key: '657b81420a155322e56e3cb20b8656605233c0d4' }, h("div", { key: '5ebf1f1b368f1d32bbcc4d8b1380d4aa7b985ab1', class: "fullscreen-widget", ref: (el) => { this._fullscreenElement = el; } })));
92
92
  }
93
93
  /**
94
94
  * StencilJS: Called just after the component updates.
@@ -183,7 +183,7 @@ const MapLayerPicker = /*@__PURE__*/ proxyCustomElement(class MapLayerPicker ext
183
183
  const id = "map-layer-picker";
184
184
  let style = this.height > 0 ? { "height": `${this.height.toString()}px` } : {};
185
185
  style = { ...style, "display": this.display };
186
- return (h(Host, { key: 'a4d7a923fcf0b6ec488fafa3af8b3c3a9599d61a' }, h("div", { key: '54d5cde231707391537fbd649647a5b9e86a1ab3', class: "map-layer-picker-container", style: style }, h("div", { key: '1d1329f393778e561bfed22a1c1542cd75d4b55b', class: "map-layer-picker", style: style }, !this._hasValidLayers ? this._getInvalidPlaceholder() :
186
+ return (h(Host, { key: '61600c26f6e6f66b2b8fdfc4694059015cc83235' }, h("div", { key: '211b48bb10b86e2b48729a02c21b2cb2d320b581', class: "map-layer-picker-container", style: style }, h("div", { key: 'b2f00e60282715337af2d0db3a1d4552b77aefae', class: "map-layer-picker", style: style }, !this._hasValidLayers ? this._getInvalidPlaceholder() :
187
187
  !this._hasMultipleLayers && this.showSingleLayerAsLabel ? this._getSingleLayerPlaceholder() :
188
188
  this.type === "combobox" ? this._getCombobox(id) :
189
189
  this.type === "select" ? this._getSelect(id) : this._getDropdown(id)))));
@@ -73,7 +73,7 @@ const MapLegend = /*@__PURE__*/ proxyCustomElement(class MapLegend extends HTMLE
73
73
  * StencilJS: Renders the component.
74
74
  */
75
75
  render() {
76
- return (h(Host, { key: '60b355f71d25b3c683f6218941e342899006d839' }, h("div", { key: '7686d302e16fd42cd26777d14c682dc0e951c058', ref: (el) => { this._legendElement = el; } })));
76
+ return (h(Host, { key: 'dd7414c2dccf150f1d47d8f9491d89905feb64af' }, h("div", { key: '16951986e7602ea0b66a3f55ee1a678cc0af84ce', ref: (el) => { this._legendElement = el; } })));
77
77
  }
78
78
  /**
79
79
  * StencilJS: Called once just after the component is fully loaded and the first render() occurs.
@@ -128,7 +128,7 @@ const MapPicker = /*@__PURE__*/ proxyCustomElement(class MapPicker extends HTMLE
128
128
  * Renders the component.
129
129
  */
130
130
  render() {
131
- return (h(Host, { key: 'a16cef5d3d16de605f51ce77450365e8c7f5ba08' }, this._getToolbar(), this._getMapNameList(this._mapListExpanded)));
131
+ return (h(Host, { key: 'f02389d06d3e4030387c0cded08b665fe8ee36eb' }, this._getToolbar(), this._getMapNameList(this._mapListExpanded)));
132
132
  }
133
133
  /**
134
134
  * Called once after the component has loaded
@@ -101,7 +101,7 @@ const MapSearch = /*@__PURE__*/ proxyCustomElement(class MapSearch extends HTMLE
101
101
  * Renders the component.
102
102
  */
103
103
  render() {
104
- return (h(Host, { key: 'fec180c41817a6388f5fdb3f14b72355cbbb1467' }, h("div", { key: '72b3931995d7157572d54069e73fb6bd95eb6f44', class: "search-widget", ref: (el) => { this._searchElement = el; } })));
104
+ return (h(Host, { key: '9c344160df28da3a895a9b7c3c7e32b8a43fa6b8' }, h("div", { key: 'd98417c82b0fae1c7abc5ef54886579182d5464a', class: "search-widget", ref: (el) => { this._searchElement = el; } })));
105
105
  }
106
106
  //--------------------------------------------------------------------------
107
107
  //
@@ -300,7 +300,7 @@ const MapSelectTools = /*@__PURE__*/ proxyCustomElement(class MapSelectTools ext
300
300
  render() {
301
301
  const mapToolsClass = this.enableSketchTools ? "" : "display-none";
302
302
  const mapToolsContainerClass = this.enableSketchTools ? "padding-top-1" : "";
303
- return (h(Host, { key: 'a5001c196db1464bffa746310638b2853ff5fdf9' }, this._getMapLayerPicker(), h("div", { key: '3e023a81f76bdd371c84d9ecb42e97a9160c6f89', class: "border-bottom" }), h("div", { key: 'c6be571bee2d2c1fe82407aee9a1cf9f1f27280d', class: "padding-top-sides-1" }, h("div", { key: 'aaf5992f616728f6be5be034700ac09b9b5b733f', class: "search-widget", ref: (el) => { this._searchElement = el; } }), h("div", { key: 'a86b4e147b7baf4b93272bed7f189a47faf65ab8', class: mapToolsContainerClass }, h("map-draw-tools", { key: '9b3c2faaa8f612d055189206e2baeb868d55dceb', active: true, class: mapToolsClass, editGraphicsEnabled: !this.useLayerFeaturesEnabled, graphics: this._graphics, locale: this.locale, mapView: this.mapView, onSketchGraphicsChange: (evt) => void this._sketchGraphicsChanged(evt), pointSymbol: this.sketchPointSymbol, polygonSymbol: this.sketchPolygonSymbol, polylineSymbol: this.sketchLineSymbol, ref: (el) => { this._drawTools = el; } })), this.enableSearchDistance ? this._getBufferOptions() : undefined, this.enableLayerFeatures ? this._getUseLayerFeaturesOptions() : undefined, this._getNumSelected()), h("div", { key: '73b3039f0861046a3f955872180b64c15bd5c5d9', class: "border-bottom" }), this._getNameInput()));
303
+ return (h(Host, { key: '5aa96f3189490b1f544bc6802772e99ce24e30ca' }, this._getMapLayerPicker(), h("div", { key: '677afdaf1c84e5c7cf0217abe331afe47682b61f', class: "border-bottom" }), h("div", { key: '45d85c333df0e1f081a85b11e94e2a29fe5b8782', class: "padding-top-sides-1" }, h("div", { key: 'f26f760210ee8307eea537e0df28a4856876fccc', class: "search-widget", ref: (el) => { this._searchElement = el; } }), h("div", { key: 'd9d703d05bc2990f2345036a227fe1e57c9d79ce', class: mapToolsContainerClass }, h("map-draw-tools", { key: '8f0eff15a801d654dfaf855f16fe165fad013c49', active: true, class: mapToolsClass, editGraphicsEnabled: !this.useLayerFeaturesEnabled, graphics: this._graphics, locale: this.locale, mapView: this.mapView, onSketchGraphicsChange: (evt) => void this._sketchGraphicsChanged(evt), pointSymbol: this.sketchPointSymbol, polygonSymbol: this.sketchPolygonSymbol, polylineSymbol: this.sketchLineSymbol, ref: (el) => { this._drawTools = el; } })), this.enableSearchDistance ? this._getBufferOptions() : undefined, this.enableLayerFeatures ? this._getUseLayerFeaturesOptions() : undefined, this._getNumSelected()), h("div", { key: '89a597f46094f93d80b87c4c86a5b7f3fb6a1889', class: "border-bottom" }), this._getNameInput()));
304
304
  }
305
305
  /**
306
306
  * Renders the buffer tools component.
@@ -214,7 +214,7 @@ const MapTools = /*@__PURE__*/ proxyCustomElement(class MapTools extends HTMLEle
214
214
  const toolMarginClass = this.enableSingleExpand ? "margin-top-1-2" : "";
215
215
  const toolOrder = this.toolOrder ? this.toolOrder : ["legend", "search", "fullscreen", "floorfilter"];
216
216
  const shadowClass = this.stackTools ? "box-shadow" : "";
217
- return (h(Host, { key: '4630a876708781097e02cf1aa94a3f77e30c0fee' }, h("div", { key: '28be602bad246ef82214f3724aaf5f8480473456', class: containerClass }, this.enableSingleExpand ? (h("div", { class: "box-shadow" }, this._getActionGroup(toggleIcon, false, expandTip, () => this._toggleTools()))) : undefined, h("div", { key: '25694e233efe5b917f0a4b25cc4c707c0584cae4', class: `${toolMarginClass} ${shadowClass} ${toolsClass}` }, this._getMapWidgets(toolOrder))), h("basemap-gallery", { key: 'db1c9cd3e1851957f9be86d43dc94355f6894a26', basemapConfig: this.basemapConfig, class: basemapClass, mapView: this.mapView, ref: (el) => { this._basemapElement = el; } }), h("map-search", { key: '558c28360b5e295a886becff4a07c5ec3d22c570', class: searchClass, mapView: this.mapView, ref: (el) => { this._searchElement = el; }, resultGraphicEnabled: true, searchConfiguration: this.searchConfiguration }), h("map-legend", { key: '8e9a8c3e0619773b10ed51543717c2c63d7caa7a', class: legendClass, mapView: this.mapView, ref: (el) => { this._legendElement = el; } }), h("map-fullscreen", { key: '0fba4904ba25f4122e57dc77f3bc64f2bd59d7c1', class: fullscreenClass, mapView: this.mapView, onFullscreenStateChange: (evt) => this._fullscreenStateChange(evt.detail), ref: (el) => { this._fullscreenElement = el; } }), h("floor-filter", { key: '696d3bc16a3464770e96a45af8224537550c90a2', class: floorFilterClass, enabled: this.enableFloorFilter, mapView: this.mapView, ref: (el) => { this._floorFilterElement = el; } })));
217
+ return (h(Host, { key: '2fc2ec5b50545b65962e3942512a935e4017908d' }, h("div", { key: 'aa7824c19b2dbdaf7e21d1bc59dd066f2b3623b5', class: containerClass }, this.enableSingleExpand ? (h("div", { class: "box-shadow" }, this._getActionGroup(toggleIcon, false, expandTip, () => this._toggleTools()))) : undefined, h("div", { key: '7cd0c1f2f69cf961c11c7b8b3c1989342a300f77', class: `${toolMarginClass} ${shadowClass} ${toolsClass}` }, this._getMapWidgets(toolOrder))), h("basemap-gallery", { key: 'f6c9fc50b1e8360d4d60df85bd0c2341a0504fcf', basemapConfig: this.basemapConfig, class: basemapClass, mapView: this.mapView, ref: (el) => { this._basemapElement = el; } }), h("map-search", { key: '3e231e74bff5d0b373e6105b738a27aeef880094', class: searchClass, mapView: this.mapView, ref: (el) => { this._searchElement = el; }, resultGraphicEnabled: true, searchConfiguration: this.searchConfiguration }), h("map-legend", { key: 'ce1388b4892e6870ac3a38399e5ad619ab843be1', class: legendClass, mapView: this.mapView, ref: (el) => { this._legendElement = el; } }), h("map-fullscreen", { key: '414ea8be82bbc1a9fd7f9ab63f5c1ee7e3dc25b1', class: fullscreenClass, mapView: this.mapView, onFullscreenStateChange: (evt) => this._fullscreenStateChange(evt.detail), ref: (el) => { this._fullscreenElement = el; } }), h("floor-filter", { key: '9dcada2a4f2cd48a1db01d26b74b75aa09f37f8b', class: floorFilterClass, enabled: this.enableFloorFilter, mapView: this.mapView, ref: (el) => { this._floorFilterElement = el; } })));
218
218
  }
219
219
  //--------------------------------------------------------------------------
220
220
  //
@@ -52,7 +52,7 @@ const PciCalculator$1 = /*@__PURE__*/ proxyCustomElement(class PciCalculator ext
52
52
  render() {
53
53
  const pciClass = !this.showAddDeduct ? "display-grid" : "display-none";
54
54
  const deductClass = this.showAddDeduct ? "position-relative" : "display-none";
55
- return (h(Host, { key: '6ee5741fe10030324155d5f05a9e4a0eeb337028' }, h("div", { key: '14e0c3495ad57d8d1ec4da9b6c5df80323ef1735', class: pciClass }, h("div", { key: 'ef2e48f06b194ee7806e2f6b5c60d77e17ac1e5f', class: "label-display" }, h("calcite-label", { key: '60695651cdad1e30570f76f3621740fb8c0b62e9', class: "label-display" }, "Enter comma delimited deduct values", this._getDeductValuesInput())), h("div", { key: '19e2db05e7b45fb012892ffa539cb2037da9f449' }, this._getCalculateButton())), h("div", { key: '4a2cd1a80a86d2ba7e4b24935dbebbaecd316cd0', class: deductClass }, h("div", { key: 'f288ef667dd2532c8f409ef12a033d6b4f13ad7e', class: "position-right" }, h("calcite-action", { key: '0d62669dd9660098f6ac4eb10334c5a9ea3897aa', appearance: 'transparent', class: "float-end", icon: "x", onClick: () => this._toggleShowAddDeduct(), scale: "s", text: '' })), h("deduct-calculator", { key: 'dd0a3cb656e7e2c707b1956e40e8a597d8972cfa', class: "display-grid padding-top-1", onDeductValueComplete: (evt) => this._addDeductValue(evt) }))));
55
+ return (h(Host, { key: '9ebd821665a19fc6708e09b2e44260214990dcdd' }, h("div", { key: '02f0a5c314fe16375507a74703aea0f9e2328eae', class: pciClass }, h("div", { key: '051c8b68051cb9f2942d7314c9362551f9da5fc5', class: "label-display" }, h("calcite-label", { key: 'd4cc480632b676835357bb6b6bc49faa64d88a67', class: "label-display" }, "Enter comma delimited deduct values", this._getDeductValuesInput())), h("div", { key: 'd31ae7e152dc81a64f23fa3afe417cc2819dda18' }, this._getCalculateButton())), h("div", { key: 'e1b9defe18ae895870bae941833d58680cad6f32', class: deductClass }, h("div", { key: '832a4e9cf3f6b216bb5c8141fac98262c1b7fac2', class: "position-right" }, h("calcite-action", { key: '892c1c30895c1e6d076a1a38d7f1c3f5db3ab5ca', appearance: 'transparent', class: "float-end", icon: "x", onClick: () => this._toggleShowAddDeduct(), scale: "s", text: '' })), h("deduct-calculator", { key: 'f2690de17acd803348f25743a3b9f1db482afd0a', class: "display-grid padding-top-1", onDeductValueComplete: (evt) => this._addDeductValue(evt) }))));
56
56
  }
57
57
  //--------------------------------------------------------------------------
58
58
  //
@@ -297,7 +297,7 @@ const PdfDownload = /*@__PURE__*/ proxyCustomElement(class PdfDownload extends H
297
297
  * Renders the component.
298
298
  */
299
299
  render() {
300
- return (h(Host, { key: '2fd2ec44e8962468e3698b81e98746ddf6b7a3ca' }, h("calcite-select", { key: 'd24fca5c39aa358116ee8557249f7a4b09727b3f', disabled: this.disabled, label: "", ref: (el) => { this._labelInfoElement = el; } })));
300
+ return (h(Host, { key: 'afa6cf667c52c3923d99db3f53854f5acb12ecb3' }, h("calcite-select", { key: '97eed0501514f4b1466d02dfc8f58ddce55cc2ec', disabled: this.disabled, label: "", ref: (el) => { this._labelInfoElement = el; } })));
301
301
  }
302
302
  componentDidLoad() {
303
303
  // Render the options outside of Stencil's rendering so that it doesn't mangle RTL text with embedded LTR
@@ -43,6 +43,7 @@ const PublicNotification$1 = /*@__PURE__*/ proxyCustomElement(class PublicNotifi
43
43
  this.locale = undefined;
44
44
  this.mapView = undefined;
45
45
  this.noResultText = undefined;
46
+ this.initialNotice = "";
46
47
  this.searchConfiguration = undefined;
47
48
  this.selectionLayerIds = [];
48
49
  this.showRefineSelection = false;
@@ -265,7 +266,7 @@ const PublicNotification$1 = /*@__PURE__*/ proxyCustomElement(class PublicNotifi
265
266
  */
266
267
  render() {
267
268
  const headerSlot = this._isMobile ? "footer" : "header";
268
- return (h(Host, { key: 'c583d7c42767a6656103b2ba3166e927894d6e44' }, h("calcite-shell", { key: '8e8b9d641d5b607cbd22259e3583a43db8ec9c0c' }, h("calcite-action-bar", { key: '6c1af2fc58d82e387f37d8f801d0629f63a13a02', class: "border-bottom-1 action-bar-size", "expand-disabled": true, layout: "horizontal", slot: headerSlot }, this._getActionGroup("list-check", EPageType.LIST, this._translations.myLists), this.showRefineSelection ? this._getActionGroup("test-data", EPageType.REFINE, this._translations.refineSelection) : null, this._getActionGroup("export", EPageType.EXPORT, this._translations.export)), this._getPage(this._pageType))));
269
+ return (h(Host, { key: 'f181d473e00426938204de5a5c178aefb4bb407a' }, h("calcite-shell", { key: '8ad537ed97ff0df163367f2bb5fb5abe543acc07' }, h("calcite-action-bar", { key: 'b2189df6eb2bbee518a7f312ca8c2644d6d812b6', class: "border-bottom-1 action-bar-size", "expand-disabled": true, layout: "horizontal", slot: headerSlot }, this._getActionGroup("list-check", EPageType.LIST, this._translations.myLists), this.showRefineSelection ? this._getActionGroup("test-data", EPageType.REFINE, this._translations.refineSelection) : null, this._getActionGroup("export", EPageType.EXPORT, this._translations.export)), this._getPage(this._pageType))));
269
270
  }
270
271
  /**
271
272
  * StencilJS: Called once just after the component is first loaded.
@@ -464,7 +465,9 @@ const PublicNotification$1 = /*@__PURE__*/ proxyCustomElement(class PublicNotifi
464
465
  */
465
466
  _getListPage() {
466
467
  const hasSets = this._hasSelections();
467
- return (h("calcite-panel", null, this._getLabel(this._translations.myLists), this._getNotice(hasSets ? this._translations.listHasSetsTip : this._translations.selectLayerAndAdd, "padding-sides-1 padding-bottom-1", "word-wrap-anywhere"), hasSets ? this._getSelectionSetList() : (this._getOnboardingImage()), h("div", { class: "display-flex padding-1" }, h("calcite-button", { onClick: () => { this._setPageType(EPageType.SELECT); }, width: "full" }, h("span", { class: "font-weight-500" }, this._translations.add)))));
468
+ const noticeMessage = hasSets ? this._translations.listHasSetsTip :
469
+ this.initialNotice !== "" ? this.initialNotice : this._translations.selectLayerAndAdd;
470
+ return (h("calcite-panel", null, this._getLabel(this._translations.myLists), this._getNotice(noticeMessage, "padding-sides-1 padding-bottom-1", "word-wrap-anywhere"), hasSets ? this._getSelectionSetList() : (this._getOnboardingImage()), h("div", { class: "display-flex padding-1" }, h("calcite-button", { onClick: () => { this._setPageType(EPageType.SELECT); }, width: "full" }, h("span", { class: "font-weight-500" }, this._translations.add)))));
468
471
  }
469
472
  /**
470
473
  * Display an image to help illustrate the basic workflow of the widget
@@ -1091,6 +1094,7 @@ const PublicNotification$1 = /*@__PURE__*/ proxyCustomElement(class PublicNotifi
1091
1094
  "locale": [1],
1092
1095
  "mapView": [16],
1093
1096
  "noResultText": [1, "no-result-text"],
1097
+ "initialNotice": [1, "initial-notice"],
1094
1098
  "searchConfiguration": [1040],
1095
1099
  "selectionLayerIds": [16],
1096
1100
  "showRefineSelection": [4, "show-refine-selection"],
@@ -117,7 +117,7 @@ const RefineSelection = /*@__PURE__*/ proxyCustomElement(class RefineSelection e
117
117
  */
118
118
  render() {
119
119
  const layerPickerClass = this._enabledLayerIds.length > 1 ? "display-block" : "display-none";
120
- return (h(Host, { key: '8220100e14abd8339947a74df2d8072d06fb2a25' }, h("div", { key: '1d7426778d638f347b563bfd29478fae7598e2dd', class: layerPickerClass + " padding-top-sides-1" }, h("div", { key: 'cfb649989c24c403bde7d358794933f8f7959bb8', class: "display-flex" }, h("calcite-label", { key: 'dce85bbfa526941a0fb46c1aeba57f4b028948ef', class: "font-bold width-full label-margin-0" }, h("div", { key: '86c19198643381fd99681c53bf0b2b5e66ecf7dc', class: "display-flex" }, this._translations.inputLayer, h("calcite-icon", { key: '392022947cd9f53b4b83895992c5b0b32e56fb06', class: "padding-start-1-2 icon", flipRtl: !(this.locale?.toLowerCase() === "he"), icon: "question", id: "refine-input-layer", scale: "s" })), h("map-layer-picker", { key: 'd0946a46e7a79fc613b9eb9aa3e6f896c12bef92', enabledLayerIds: this._enabledLayerIds, locale: this.locale, mapView: this.mapView, onLayerSelectionChange: (evt) => { void this._layerSelectionChange(evt); }, ref: (el) => { this._layerPicker = el; }, selectedIds: [this._refineLayer.layer.id], showTables: false })), h("calcite-popover", { key: '3b733fd5e7ceb011446112e65aa1ee1b0c5899c7', closable: true, label: "", referenceElement: "refine-input-layer" }, h("span", { key: '2076104710f4fbdd1de1f31b552b17749ebf9239', class: "tooltip-message" }, this._translations.inputLayerTip)))), h("div", { key: '040efdfd6a269244790101cc0712a1cb0bac40d8', class: "padding-1" }, h("div", { key: 'be963f2cb157fda55980166359e53139a5713405', class: "padding-bottom-1" }, h("calcite-segmented-control", { key: '459fa98e8852ea96afd0c9ab5864787f80ff6559', class: "w-100", width: "full" }, h("calcite-segmented-control-item", { key: '965fa774838ecd3292c19a430cdbdfc7b44c82b2', checked: this._addEnabled, class: "w-50 word-wrap-anywhere", onClick: () => this._setSelectionMode(ESelectionMode.ADD), value: ESelectionMode.ADD }, h("span", { key: 'e0b6fddbded9c78fa98674709ff03f050fd47300', class: "font-weight-500" }, this._translations.add)), h("calcite-segmented-control-item", { key: '56e453183fc559ddbce5b041095fad5a8d6262ab', checked: !this._addEnabled, class: "w-50 word-wrap-anywhere", onClick: () => this._setSelectionMode(ESelectionMode.REMOVE), value: ESelectionMode.REMOVE }, h("span", { key: '13593da569557fa57822c98e12a5654cade219a1', class: "font-weight-500" }, this._translations.remove)))), h("div", { key: '029fec164d9475274294a1d740a434cab2535cdc' }, h("map-draw-tools", { key: 'a212c5d21b2b1cdf7ba284a95dacaf83cf0180c9', active: true, drawMode: EDrawMode.REFINE, locale: this.locale, mapView: this.mapView, onDrawRedo: () => this._redo(), onDrawUndo: () => this._undo(), onSketchGraphicsChange: (evt) => this._sketchGraphicsChanged(evt), pointSymbol: this.sketchPointSymbol, polygonSymbol: this.sketchPolygonSymbol, polylineSymbol: this.sketchLineSymbol, redoEnabled: this._refineSelectionSet?.redoStack.length > 0, ref: (el) => { this._drawTools = el; }, undoEnabled: this._refineSelectionSet?.undoStack.length > 0 })), h("br", { key: '352a0523461cfeeae3bae09ae1cc6f8fa759616b' }), (h("calcite-list", { key: '948c7f0aa24d827d29cbc1c2c702deb52134e771', class: "list-border", label: "" }, this._getRefineSelectionSetList())))));
120
+ return (h(Host, { key: '01d9d6eb8f212f458bd6651d8e874bb108a6e773' }, h("div", { key: 'eb9fb249f89a671e9c67fb83db2203713814d72b', class: layerPickerClass + " padding-top-sides-1" }, h("div", { key: 'a5991f6da0f888e85e1cf88967c8c8aa12790575', class: "display-flex" }, h("calcite-label", { key: 'e8f31c546ceae8a02ed1d49ec8ae9f1f6fb78022', class: "font-bold width-full label-margin-0" }, h("div", { key: 'd4be658063d140f56356ce7b694841e9bc89a1b3', class: "display-flex" }, this._translations.inputLayer, h("calcite-icon", { key: '6d3ff8cbb1bcc62aca444eb4d030a236466adfac', class: "padding-start-1-2 icon", flipRtl: !(this.locale?.toLowerCase() === "he"), icon: "question", id: "refine-input-layer", scale: "s" })), h("map-layer-picker", { key: '1e9dad9f2c8ff2ce130f79c37d804d4bd8162a96', enabledLayerIds: this._enabledLayerIds, locale: this.locale, mapView: this.mapView, onLayerSelectionChange: (evt) => { void this._layerSelectionChange(evt); }, ref: (el) => { this._layerPicker = el; }, selectedIds: [this._refineLayer.layer.id], showTables: false })), h("calcite-popover", { key: 'b4f838f56f88cff5973d8f5fd3c54b7f0d7c72b3', closable: true, label: "", referenceElement: "refine-input-layer" }, h("span", { key: 'fcbdf68353eabcf090e60d8a239f07230f4bb37c', class: "tooltip-message" }, this._translations.inputLayerTip)))), h("div", { key: '33891e7ff61cdd224a8652bae3e9d55256eb44a0', class: "padding-1" }, h("div", { key: 'a291edada53ed10197bec5fcc53d999f79042203', class: "padding-bottom-1" }, h("calcite-segmented-control", { key: '0c84665a705a12d1e51fb470e604bc52d8ac7543', class: "w-100", width: "full" }, h("calcite-segmented-control-item", { key: 'e50d78508164a4ddf2a5da9def80a19a4562cb8c', checked: this._addEnabled, class: "w-50 word-wrap-anywhere", onClick: () => this._setSelectionMode(ESelectionMode.ADD), value: ESelectionMode.ADD }, h("span", { key: 'b48811b1a2e56942965c944ff1eb35e10edd1db8', class: "font-weight-500" }, this._translations.add)), h("calcite-segmented-control-item", { key: 'dff6a191781fc4c6c3bde6fb3290da0ce96dea84', checked: !this._addEnabled, class: "w-50 word-wrap-anywhere", onClick: () => this._setSelectionMode(ESelectionMode.REMOVE), value: ESelectionMode.REMOVE }, h("span", { key: '6dd86784de32c25ffbe8c5e61847cb506a122b5e', class: "font-weight-500" }, this._translations.remove)))), h("div", { key: 'd39ce91248e4eb7867049bfe9d5537a74f96a0d2' }, h("map-draw-tools", { key: '24a30d188807bf40749def362c21048ee92bb81b', active: true, drawMode: EDrawMode.REFINE, locale: this.locale, mapView: this.mapView, onDrawRedo: () => this._redo(), onDrawUndo: () => this._undo(), onSketchGraphicsChange: (evt) => this._sketchGraphicsChanged(evt), pointSymbol: this.sketchPointSymbol, polygonSymbol: this.sketchPolygonSymbol, polylineSymbol: this.sketchLineSymbol, redoEnabled: this._refineSelectionSet?.redoStack.length > 0, ref: (el) => { this._drawTools = el; }, undoEnabled: this._refineSelectionSet?.undoStack.length > 0 })), h("br", { key: '7d28ea63ea92de45bd457f0aef93d99deea62553' }), (h("calcite-list", { key: '9b3c34304632ccf9253eec71e955502a0be48a13', class: "list-border", label: "" }, this._getRefineSelectionSetList())))));
121
121
  }
122
122
  //--------------------------------------------------------------------------
123
123
  //