@esri/solutions-components 0.8.19 → 0.8.20

Sign up to get free protection for your applications and to get access to all the features.
@@ -49,6 +49,7 @@ const CrowdsourceManager = class {
49
49
  this.defaultLevel = "";
50
50
  this.defaultOid = "";
51
51
  this.defaultWebmap = "";
52
+ this.introductionPageEnabled = false;
52
53
  this.enableAutoRefresh = false;
53
54
  this.enableBasemap = true;
54
55
  this.enableColumnReorder = true;
@@ -181,7 +182,9 @@ const CrowdsourceManager = class {
181
182
  * Renders the component.
182
183
  */
183
184
  render() {
184
- return (index.h(index.Host, { key: '5cd7d2ea4be1216270e15afc3d090bfc672f5335' }, index.h("calcite-shell", { key: 'cb5b4104b698a0bc146c2f5f47bd03b7944025c1', class: "position-relative" }, index.h("calcite-panel", { key: 'cbf1848d59c485dd143d6051506fcd92215fa2ec', class: `width-full height-full border-width-0` }, this._getBody(this._layoutMode, this._panelOpen, this._hideTable)), this._getFooter())));
185
+ // only avoid border when we have a header color that is not white
186
+ const borderClass = this.popupHeaderColor && this.popupHeaderColor !== "#FFFFFF" ? "border-width-0" : "";
187
+ return (index.h(index.Host, { key: '175124a05c83f6f02bef1378a20e5a3ed083ce00' }, index.h("calcite-shell", { key: '10677408a11bbe6196a95622a7a5f69fd3766c20', class: "position-relative" }, index.h("calcite-panel", { key: 'd3f044385482089d2dd5a457c2de4b3cc748e7c6', class: `width-full height-full ${borderClass}` }, this._getBody(this._layoutMode, this._panelOpen, this._hideTable)), this._getFooter())));
185
188
  }
186
189
  /**
187
190
  * Called after each render