@esri/solutions-components 0.10.20 → 0.10.21

Sign up to get free protection for your applications and to get access to all the features.
@@ -32,9 +32,9 @@ const PublicNotification = class {
32
32
  this.defaultExportTitle = "";
33
33
  this.defaultNumLabelsPerPage = 6;
34
34
  this.enableLayerFeatures = true;
35
- this.enableLayerFeaturesOnLoad = true;
35
+ this.enableLayerFeaturesOnLoad = false;
36
36
  this.enableSearchDistance = true;
37
- this.enableSearchDistanceOnLoad = true;
37
+ this.enableSearchDistanceOnLoad = false;
38
38
  this.enableSketchTools = true;
39
39
  this.featureEffect = undefined;
40
40
  this.featureHighlightEnabled = undefined;
@@ -255,7 +255,7 @@ const PublicNotification = class {
255
255
  */
256
256
  render() {
257
257
  const headerSlot = this._isMobile ? "footer" : "header";
258
- return (h(Host, { key: '5473fef09cfb2a8870f8e03f263f4d003c6768e4' }, h("calcite-shell", { key: '4ecd592093267c886138b79b2ebb1b4b2e913463' }, h("calcite-action-bar", { key: 'e427d8982bc5e68d9b5430875b9079a0ce43e02b', 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))));
258
+ return (h(Host, { key: '019074cdfaddd8121a6ed255f42dea427aac9440' }, h("calcite-shell", { key: 'ece21e206f6519627bc8f139c35f68838eb701a2' }, h("calcite-action-bar", { key: '92883d5df9fcf43584f3934bf7f61640afed2bdb', 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))));
259
259
  }
260
260
  /**
261
261
  * StencilJS: Called once just after the component is first loaded.