@esri/solutions-components 0.8.19 → 0.8.20
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.
- package/dist/cjs/crowdsource-manager.cjs.entry.js +4 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/solutions-components.cjs.js +1 -1
- package/dist/collection/components/crowdsource-manager/crowdsource-manager.js +22 -1
- package/dist/components/crowdsource-manager.js +5 -1
- package/dist/esm/crowdsource-manager.entry.js +4 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/solutions-components.js +1 -1
- package/dist/solutions-components/p-347a2b0d.entry.js +6 -0
- package/dist/solutions-components/solutions-components.esm.js +1 -1
- package/dist/types/components/crowdsource-manager/crowdsource-manager.d.ts +6 -0
- package/dist/types/components.d.ts +8 -0
- package/package.json +1 -1
- package/dist/solutions-components/p-dae79b8d.entry.js +0 -6
| @@ -53,6 +53,7 @@ export class CrowdsourceManager { | |
| 53 53 | 
             
                    this.defaultLevel = "";
         | 
| 54 54 | 
             
                    this.defaultOid = "";
         | 
| 55 55 | 
             
                    this.defaultWebmap = "";
         | 
| 56 | 
            +
                    this.introductionPageEnabled = false;
         | 
| 56 57 | 
             
                    this.enableAutoRefresh = false;
         | 
| 57 58 | 
             
                    this.enableBasemap = true;
         | 
| 58 59 | 
             
                    this.enableColumnReorder = true;
         | 
| @@ -185,7 +186,9 @@ export class CrowdsourceManager { | |
| 185 186 | 
             
                 * Renders the component.
         | 
| 186 187 | 
             
                 */
         | 
| 187 188 | 
             
                render() {
         | 
| 188 | 
            -
                     | 
| 189 | 
            +
                    // only avoid border when we have a header color that is not white
         | 
| 190 | 
            +
                    const borderClass = this.popupHeaderColor && this.popupHeaderColor !== "#FFFFFF" ? "border-width-0" : "";
         | 
| 191 | 
            +
                    return (h(Host, { key: '175124a05c83f6f02bef1378a20e5a3ed083ce00' }, h("calcite-shell", { key: '10677408a11bbe6196a95622a7a5f69fd3766c20', class: "position-relative" }, h("calcite-panel", { key: 'd3f044385482089d2dd5a457c2de4b3cc748e7c6', class: `width-full height-full ${borderClass}` }, this._getBody(this._layoutMode, this._panelOpen, this._hideTable)), this._getFooter())));
         | 
| 189 192 | 
             
                }
         | 
| 190 193 | 
             
                /**
         | 
| 191 194 | 
             
                 * Called after each render
         | 
| @@ -681,6 +684,24 @@ export class CrowdsourceManager { | |
| 681 684 | 
             
                            "reflect": false,
         | 
| 682 685 | 
             
                            "defaultValue": "\"\""
         | 
| 683 686 | 
             
                        },
         | 
| 687 | 
            +
                        "introductionPageEnabled": {
         | 
| 688 | 
            +
                            "type": "boolean",
         | 
| 689 | 
            +
                            "mutable": false,
         | 
| 690 | 
            +
                            "complexType": {
         | 
| 691 | 
            +
                                "original": "boolean",
         | 
| 692 | 
            +
                                "resolved": "boolean",
         | 
| 693 | 
            +
                                "references": {}
         | 
| 694 | 
            +
                            },
         | 
| 695 | 
            +
                            "required": false,
         | 
| 696 | 
            +
                            "optional": false,
         | 
| 697 | 
            +
                            "docs": {
         | 
| 698 | 
            +
                                "tags": [],
         | 
| 699 | 
            +
                                "text": "boolean: When true a introduction page has been enabled in the consuming application.\r\nAlso when true a floating button will be shown in the lower right of the window that\r\nwill emit an event when clicked that the consuming application can respond to that will open the introduction page."
         | 
| 700 | 
            +
                            },
         | 
| 701 | 
            +
                            "attribute": "introduction-page-enabled",
         | 
| 702 | 
            +
                            "reflect": false,
         | 
| 703 | 
            +
                            "defaultValue": "false"
         | 
| 704 | 
            +
                        },
         | 
| 684 705 | 
             
                        "enableAutoRefresh": {
         | 
| 685 706 | 
             
                            "type": "boolean",
         | 
| 686 707 | 
             
                            "mutable": false,
         | 
| @@ -102,6 +102,7 @@ const CrowdsourceManager$1 = /*@__PURE__*/ proxyCustomElement(class CrowdsourceM | |
| 102 102 | 
             
                    this.defaultLevel = "";
         | 
| 103 103 | 
             
                    this.defaultOid = "";
         | 
| 104 104 | 
             
                    this.defaultWebmap = "";
         | 
| 105 | 
            +
                    this.introductionPageEnabled = false;
         | 
| 105 106 | 
             
                    this.enableAutoRefresh = false;
         | 
| 106 107 | 
             
                    this.enableBasemap = true;
         | 
| 107 108 | 
             
                    this.enableColumnReorder = true;
         | 
| @@ -234,7 +235,9 @@ const CrowdsourceManager$1 = /*@__PURE__*/ proxyCustomElement(class CrowdsourceM | |
| 234 235 | 
             
                 * Renders the component.
         | 
| 235 236 | 
             
                 */
         | 
| 236 237 | 
             
                render() {
         | 
| 237 | 
            -
                     | 
| 238 | 
            +
                    // only avoid border when we have a header color that is not white
         | 
| 239 | 
            +
                    const borderClass = this.popupHeaderColor && this.popupHeaderColor !== "#FFFFFF" ? "border-width-0" : "";
         | 
| 240 | 
            +
                    return (h(Host, { key: '175124a05c83f6f02bef1378a20e5a3ed083ce00' }, h("calcite-shell", { key: '10677408a11bbe6196a95622a7a5f69fd3766c20', class: "position-relative" }, h("calcite-panel", { key: 'd3f044385482089d2dd5a457c2de4b3cc748e7c6', class: `width-full height-full ${borderClass}` }, this._getBody(this._layoutMode, this._panelOpen, this._hideTable)), this._getFooter())));
         | 
| 238 241 | 
             
                }
         | 
| 239 242 | 
             
                /**
         | 
| 240 243 | 
             
                 * Called after each render
         | 
| @@ -569,6 +572,7 @@ const CrowdsourceManager$1 = /*@__PURE__*/ proxyCustomElement(class CrowdsourceM | |
| 569 572 | 
             
                    "defaultLevel": [1, "default-level"],
         | 
| 570 573 | 
             
                    "defaultOid": [1, "default-oid"],
         | 
| 571 574 | 
             
                    "defaultWebmap": [1, "default-webmap"],
         | 
| 575 | 
            +
                    "introductionPageEnabled": [4, "introduction-page-enabled"],
         | 
| 572 576 | 
             
                    "enableAutoRefresh": [4, "enable-auto-refresh"],
         | 
| 573 577 | 
             
                    "enableBasemap": [4, "enable-basemap"],
         | 
| 574 578 | 
             
                    "enableColumnReorder": [4, "enable-column-reorder"],
         | 
| @@ -45,6 +45,7 @@ const CrowdsourceManager = class { | |
| 45 45 | 
             
                    this.defaultLevel = "";
         | 
| 46 46 | 
             
                    this.defaultOid = "";
         | 
| 47 47 | 
             
                    this.defaultWebmap = "";
         | 
| 48 | 
            +
                    this.introductionPageEnabled = false;
         | 
| 48 49 | 
             
                    this.enableAutoRefresh = false;
         | 
| 49 50 | 
             
                    this.enableBasemap = true;
         | 
| 50 51 | 
             
                    this.enableColumnReorder = true;
         | 
| @@ -177,7 +178,9 @@ const CrowdsourceManager = class { | |
| 177 178 | 
             
                 * Renders the component.
         | 
| 178 179 | 
             
                 */
         | 
| 179 180 | 
             
                render() {
         | 
| 180 | 
            -
                     | 
| 181 | 
            +
                    // only avoid border when we have a header color that is not white
         | 
| 182 | 
            +
                    const borderClass = this.popupHeaderColor && this.popupHeaderColor !== "#FFFFFF" ? "border-width-0" : "";
         | 
| 183 | 
            +
                    return (h(Host, { key: '175124a05c83f6f02bef1378a20e5a3ed083ce00' }, h("calcite-shell", { key: '10677408a11bbe6196a95622a7a5f69fd3766c20', class: "position-relative" }, h("calcite-panel", { key: 'd3f044385482089d2dd5a457c2de4b3cc748e7c6', class: `width-full height-full ${borderClass}` }, this._getBody(this._layoutMode, this._panelOpen, this._hideTable)), this._getFooter())));
         | 
| 181 184 | 
             
                }
         | 
| 182 185 | 
             
                /**
         | 
| 183 186 | 
             
                 * Called after each render
         |