@esri/solutions-components 0.11.22 → 0.11.24
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/basemap-gallery_7.cjs.entry.js +6 -6
- package/dist/cjs/buffer-tools_2.cjs.entry.js +1 -1
- package/dist/cjs/card-manager_3.cjs.entry.js +10 -6
- package/dist/cjs/consent-manager.cjs.entry.js +1 -1
- package/dist/cjs/create-feature_4.cjs.entry.js +22 -11
- package/dist/cjs/create-related-feature_3.cjs.entry.js +25 -19
- package/dist/cjs/crowdsource-manager.cjs.entry.js +3 -2
- package/dist/cjs/crowdsource-reporter.cjs.entry.js +7 -6
- package/dist/cjs/deduct-calculator.cjs.entry.js +1 -1
- package/dist/cjs/delete-dialog.cjs.entry.js +1 -1
- package/dist/cjs/feature-list.cjs.entry.js +4 -4
- package/dist/cjs/json-editor_7.cjs.entry.js +7 -7
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/map-layer-picker.cjs.entry.js +1 -1
- package/dist/cjs/map-select-tools_3.cjs.entry.js +3 -3
- package/dist/cjs/pci-calculator.cjs.entry.js +1 -1
- package/dist/cjs/public-notification.cjs.entry.js +1 -1
- package/dist/cjs/solution-configuration.cjs.entry.js +3 -3
- package/dist/cjs/solution-contents_3.cjs.entry.js +3 -3
- package/dist/cjs/solution-item-accordion.cjs.entry.js +1 -1
- package/dist/cjs/solution-item-icon.cjs.entry.js +1 -1
- package/dist/cjs/solutions-components.cjs.js +1 -1
- package/dist/cjs/spatial-ref.cjs.entry.js +1 -1
- package/dist/collection/assets/t9n/layer-table/resources.json +4 -1
- package/dist/collection/assets/t9n/layer-table/resources_en.json +4 -1
- package/dist/collection/components/card-manager/card-manager.js +23 -2
- package/dist/collection/components/consent-manager/consent-manager.js +1 -1
- package/dist/collection/components/create-feature/create-feature.css +1 -1
- package/dist/collection/components/create-feature/create-feature.js +28 -3
- package/dist/collection/components/create-related-feature/create-related-feature.css +1 -1
- package/dist/collection/components/create-related-feature/create-related-feature.js +74 -49
- package/dist/collection/components/crowdsource-manager/crowdsource-manager.js +23 -2
- package/dist/collection/components/crowdsource-reporter/crowdsource-reporter.js +27 -6
- package/dist/collection/components/deduct-calculator/deduct-calculator.js +1 -1
- package/dist/collection/components/delete-button/delete-button.js +1 -1
- package/dist/collection/components/delete-dialog/delete-dialog.js +1 -1
- package/dist/collection/components/edit-card/edit-card.css +1 -1
- package/dist/collection/components/edit-card/edit-card.js +48 -23
- package/dist/collection/components/feature-details/feature-details.js +27 -6
- package/dist/collection/components/feature-list/feature-list.js +4 -4
- package/dist/collection/components/floor-filter/floor-filter.js +1 -1
- package/dist/collection/components/info-card/info-card.js +23 -2
- package/dist/collection/components/json-editor/json-editor.js +1 -1
- package/dist/collection/components/layer-table/layer-table.js +6 -3
- package/dist/collection/components/map-card/map-card.js +1 -1
- package/dist/collection/components/map-draw-tools/map-draw-tools.js +1 -1
- package/dist/collection/components/map-fullscreen/map-fullscreen.js +1 -1
- package/dist/collection/components/map-layer-picker/map-layer-picker.js +1 -1
- package/dist/collection/components/map-legend/map-legend.js +1 -1
- package/dist/collection/components/map-picker/map-picker.js +1 -1
- package/dist/collection/components/map-search/map-search.js +1 -1
- package/dist/collection/components/map-select-tools/map-select-tools.js +1 -1
- package/dist/collection/components/map-tools/map-tools.js +1 -1
- package/dist/collection/components/pci-calculator/pci-calculator.js +1 -1
- package/dist/collection/components/pdf-download/pdf-download.js +1 -1
- package/dist/collection/components/public-notification/public-notification.js +1 -1
- package/dist/collection/components/refine-selection/refine-selection.js +1 -1
- package/dist/collection/components/solution-configuration/solution-configuration.js +3 -3
- package/dist/collection/components/solution-contents/solution-contents.js +1 -1
- package/dist/collection/components/solution-item/solution-item.js +1 -1
- package/dist/collection/components/solution-item-accordion/solution-item-accordion.js +1 -1
- package/dist/collection/components/solution-item-details/solution-item-details.js +1 -1
- package/dist/collection/components/solution-item-icon/solution-item-icon.js +1 -1
- package/dist/collection/components/solution-item-sharing/solution-item-sharing.js +1 -1
- package/dist/collection/components/solution-organization-variables/solution-organization-variables.js +1 -1
- package/dist/collection/components/solution-resource-item/solution-resource-item.js +1 -1
- package/dist/collection/components/solution-spatial-ref/solution-spatial-ref.js +1 -1
- package/dist/collection/components/solution-template-data/solution-template-data.js +1 -1
- package/dist/collection/components/solution-variables/solution-variables.js +1 -1
- package/dist/collection/components/spatial-ref/spatial-ref.js +1 -1
- package/dist/components/card-manager2.js +4 -2
- package/dist/components/consent-manager.js +1 -1
- package/dist/components/create-feature2.js +10 -4
- package/dist/components/create-related-feature2.js +21 -15
- package/dist/components/crowdsource-manager.js +4 -2
- package/dist/components/crowdsource-reporter.js +8 -6
- package/dist/components/deduct-calculator2.js +1 -1
- package/dist/components/delete-button2.js +1 -1
- package/dist/components/delete-dialog2.js +1 -1
- package/dist/components/edit-card2.js +11 -5
- package/dist/components/feature-details2.js +8 -6
- package/dist/components/feature-list2.js +4 -4
- package/dist/components/floor-filter2.js +1 -1
- package/dist/components/info-card2.js +4 -2
- package/dist/components/json-editor2.js +1 -1
- package/dist/components/layer-table2.js +6 -3
- package/dist/components/map-card2.js +1 -1
- package/dist/components/map-draw-tools2.js +1 -1
- package/dist/components/map-fullscreen2.js +1 -1
- package/dist/components/map-layer-picker2.js +1 -1
- package/dist/components/map-legend2.js +1 -1
- package/dist/components/map-picker2.js +1 -1
- package/dist/components/map-search2.js +1 -1
- package/dist/components/map-select-tools2.js +1 -1
- package/dist/components/map-tools2.js +1 -1
- package/dist/components/pci-calculator.js +1 -1
- package/dist/components/pdf-download2.js +1 -1
- package/dist/components/public-notification.js +1 -1
- package/dist/components/refine-selection2.js +1 -1
- package/dist/components/solution-configuration.js +3 -3
- package/dist/components/solution-contents2.js +1 -1
- package/dist/components/solution-item-accordion.js +1 -1
- package/dist/components/solution-item-details2.js +1 -1
- package/dist/components/solution-item-icon2.js +1 -1
- package/dist/components/solution-item-sharing2.js +1 -1
- package/dist/components/solution-item2.js +1 -1
- package/dist/components/solution-organization-variables2.js +1 -1
- package/dist/components/solution-resource-item2.js +1 -1
- package/dist/components/solution-spatial-ref2.js +1 -1
- package/dist/components/solution-template-data2.js +1 -1
- package/dist/components/solution-variables2.js +1 -1
- package/dist/components/spatial-ref.js +1 -1
- package/dist/esm/basemap-gallery_7.entry.js +6 -6
- package/dist/esm/buffer-tools_2.entry.js +1 -1
- package/dist/esm/card-manager_3.entry.js +10 -6
- package/dist/esm/consent-manager.entry.js +1 -1
- package/dist/esm/create-feature_4.entry.js +22 -11
- package/dist/esm/create-related-feature_3.entry.js +25 -19
- package/dist/esm/crowdsource-manager.entry.js +3 -2
- package/dist/esm/crowdsource-reporter.entry.js +7 -6
- package/dist/esm/deduct-calculator.entry.js +1 -1
- package/dist/esm/delete-dialog.entry.js +1 -1
- package/dist/esm/feature-list.entry.js +4 -4
- package/dist/esm/json-editor_7.entry.js +7 -7
- package/dist/esm/loader.js +1 -1
- package/dist/esm/map-layer-picker.entry.js +1 -1
- package/dist/esm/map-select-tools_3.entry.js +3 -3
- package/dist/esm/pci-calculator.entry.js +1 -1
- package/dist/esm/public-notification.entry.js +1 -1
- package/dist/esm/solution-configuration.entry.js +3 -3
- package/dist/esm/solution-contents_3.entry.js +3 -3
- package/dist/esm/solution-item-accordion.entry.js +1 -1
- package/dist/esm/solution-item-icon.entry.js +1 -1
- package/dist/esm/solutions-components.js +1 -1
- package/dist/esm/spatial-ref.entry.js +1 -1
- package/dist/solutions-components/assets/t9n/layer-table/resources.json +4 -1
- package/dist/solutions-components/assets/t9n/layer-table/resources_en.json +4 -1
- package/dist/solutions-components/{p-7e233b70.entry.js → p-0bc11bac.entry.js} +1 -1
- package/dist/solutions-components/{p-e3e35c14.entry.js → p-0efb117f.entry.js} +1 -1
- package/dist/solutions-components/p-12f91837.entry.js +6 -0
- package/dist/solutions-components/p-16c5c285.entry.js +6 -0
- package/dist/solutions-components/p-1dc077ec.entry.js +6 -0
- package/dist/solutions-components/{p-5e4e0f84.entry.js → p-281cc2b2.entry.js} +1 -1
- package/dist/solutions-components/{p-b636a8b4.entry.js → p-48ff9d90.entry.js} +1 -1
- package/dist/solutions-components/{p-832707fd.entry.js → p-505a2880.entry.js} +1 -1
- package/dist/solutions-components/{p-72d04c7a.entry.js → p-70fbbe26.entry.js} +1 -1
- package/dist/solutions-components/{p-837e0939.entry.js → p-7b9f3c85.entry.js} +1 -1
- package/dist/solutions-components/p-84976ab1.entry.js +6 -0
- package/dist/solutions-components/{p-698656b8.entry.js → p-8ef447cc.entry.js} +1 -1
- package/dist/solutions-components/{p-ed1ecb5b.entry.js → p-922e704c.entry.js} +1 -1
- package/dist/solutions-components/p-a2e356f8.entry.js +6 -0
- package/dist/solutions-components/{p-6d20da19.entry.js → p-a9b81651.entry.js} +1 -1
- package/dist/solutions-components/p-abcdbba6.entry.js +6 -0
- package/dist/solutions-components/{p-09041307.entry.js → p-c117b7f7.entry.js} +1 -1
- package/dist/solutions-components/{p-a5eaf7fe.entry.js → p-df018eb2.entry.js} +1 -1
- package/dist/solutions-components/{p-ee3bb943.entry.js → p-e806feda.entry.js} +1 -1
- package/dist/solutions-components/{p-244316dd.entry.js → p-e8df7a70.entry.js} +1 -1
- package/dist/solutions-components/{p-0326f1f4.entry.js → p-fd106abf.entry.js} +1 -1
- package/dist/solutions-components/solutions-components.esm.js +1 -1
- package/dist/solutions-components_commit.txt +6 -6
- package/dist/types/components/card-manager/card-manager.d.ts +4 -0
- package/dist/types/components/create-feature/create-feature.d.ts +4 -0
- package/dist/types/components/create-related-feature/create-related-feature.d.ts +23 -19
- package/dist/types/components/crowdsource-manager/crowdsource-manager.d.ts +4 -0
- package/dist/types/components/crowdsource-reporter/crowdsource-reporter.d.ts +4 -0
- package/dist/types/components/edit-card/edit-card.d.ts +8 -4
- package/dist/types/components/feature-details/feature-details.d.ts +4 -0
- package/dist/types/components/info-card/info-card.d.ts +4 -0
- package/dist/types/components.d.ts +64 -0
- package/package.json +1 -1
- package/dist/solutions-components/p-1ac20964.entry.js +0 -6
- package/dist/solutions-components/p-541eb93a.entry.js +0 -6
- package/dist/solutions-components/p-892b42be.entry.js +0 -6
- package/dist/solutions-components/p-9161beb0.entry.js +0 -6
- package/dist/solutions-components/p-decfd5fc.entry.js +0 -6
- package/dist/solutions-components/p-eba271dd.entry.js +0 -6
@@ -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: '
|
185
|
+
return (h(Host, { key: '253db0399bab5d5fc6f4232bb537ddeec81fec2c' }, h("div", { key: 'bbac53da8b8b1196cc3a7aedf5479cd4e33ab3ea', class: containerClass }, h("div", { key: '8d3dae2c2f82f7e4d7aae92d4a4c6050d2a96478', ref: (el) => { this._sketchElement = el; } }), h("div", { key: 'd635374374ebdff26157a1258ba84932d491e36a', class: undoRedoClass }, h("calcite-action", { key: 'fb437fec19fa7ffc57459e426ba988fd4d50c1e6', disabled: !this.undoEnabled, icon: "undo", onClick: () => this._undo(), scale: "s", text: this._translations.undo }), h("calcite-action", { key: 'fd3f4f3e8b722b95c0b7aad1fc6b909a97787b86', 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: '
|
91
|
+
return (h(Host, { key: '7eec3dc5ab76a4ad8fdd24d8d18f8e6cf2820dde' }, h("div", { key: '2093cc2a6a3678209e61eea63ebde2f69ec00011', 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: '
|
186
|
+
return (h(Host, { key: '147cfa11bb6bcfd439045cbf8718efb40847a80e' }, h("div", { key: '7955f81d7b76f36c267cdc0716f117db44dce46e', class: "map-layer-picker-container", style: style }, h("div", { key: '930a397e3504991e6681253b06c2e36bc7abf184', 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: '
|
76
|
+
return (h(Host, { key: '768d9d69042516c6d4edc55fcb0af23f90d33e6e' }, h("div", { key: 'e1147cf58240e7a6fcb9a00fce3649a380755e3d', 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: '
|
131
|
+
return (h(Host, { key: '6b4b2bc101fa29a1eaadfdcc772131b7c40cedec' }, 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: '
|
104
|
+
return (h(Host, { key: '36e0fb49fdedbe9e8789fba37f86a2f2d57b4e45' }, h("div", { key: '796ee258723e9277dc98323ba76def22bd7dca3a', 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: '
|
303
|
+
return (h(Host, { key: '1c312d53b800ca401726c653e12465e92abf0eef' }, this._getMapLayerPicker(), h("div", { key: '2da9eb5316656769ec2f80dfa5fbdc190c62b1cb', class: "border-bottom" }), h("div", { key: 'b21d332e5da0aa8cfb34fdab7a1075bfbd5efb42', class: "padding-top-sides-1" }, h("div", { key: '2dd59511d4f07cc2cd43b5b5c2a8037303d21546', class: "search-widget", ref: (el) => { this._searchElement = el; } }), h("div", { key: '1149bcd2f36171b82f6902fbf89bb0400383fdde', class: mapToolsContainerClass }, h("map-draw-tools", { key: '2d3b1b91a108bf2bb2db463e7ffd4574f4a36dac', 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: 'd4068bef106e1f4226b1f9c104a626fe0a0f6700', 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: '
|
217
|
+
return (h(Host, { key: '6a707a10b3cbe094548a863b13d0852969c46f94' }, h("div", { key: 'c1e349ba8577a87f967b31a7a042be30cb933d34', class: containerClass }, this.enableSingleExpand ? (h("div", { class: "box-shadow" }, this._getActionGroup(toggleIcon, false, expandTip, () => this._toggleTools()))) : undefined, h("div", { key: '7120793f9d707fb0d1914f5aeffb3293532ab891', class: `${toolMarginClass} ${shadowClass} ${toolsClass}` }, this._getMapWidgets(toolOrder))), h("basemap-gallery", { key: '11e280302f6b1f5287aa83c7eb33542f3a9d87ab', basemapConfig: this.basemapConfig, class: basemapClass, mapView: this.mapView, ref: (el) => { this._basemapElement = el; } }), h("map-search", { key: 'c3afd22dc8d652877f48a6def87e486546993d61', class: searchClass, mapView: this.mapView, ref: (el) => { this._searchElement = el; }, resultGraphicEnabled: true, searchConfiguration: this.searchConfiguration }), h("map-legend", { key: 'b8fad3cdbc3b96b4f3441316651ad78b4ed3de65', class: legendClass, mapView: this.mapView, ref: (el) => { this._legendElement = el; } }), h("map-fullscreen", { key: 'e34111225f1ec80fedfd548196e407786d28200b', class: fullscreenClass, mapView: this.mapView, onFullscreenStateChange: (evt) => this._fullscreenStateChange(evt.detail), ref: (el) => { this._fullscreenElement = el; } }), h("floor-filter", { key: '2db5c7e6182d77786b162692169263495b2752f5', 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: '
|
55
|
+
return (h(Host, { key: '4f333fa9aecd33cf2b34d85802c79256073f940c' }, h("div", { key: '6946f22e384fac51a20e2efb7b4ddbf2de7517ed', class: pciClass }, h("div", { key: 'e30e88571eb1b89588798d51ba788e4b6dc7d269', class: "label-display" }, h("calcite-label", { key: '034582e553ac4191939095cec8d836bc567ea77e', class: "label-display" }, "Enter comma delimited deduct values", this._getDeductValuesInput())), h("div", { key: '7fc1ae8d901b0a1ce820e53e225b275f1d779eb6' }, this._getCalculateButton())), h("div", { key: 'b74849f5007f54d3019be5e18a85769186edfffa', class: deductClass }, h("div", { key: 'ae8bf9314b0ead0b3f9d220d81cc410c2a29dc6f', class: "position-right" }, h("calcite-action", { key: 'cac38dc7e539275a0baeb0511fb8a09e8f96fa7a', appearance: 'transparent', class: "float-end", icon: "x", onClick: () => this._toggleShowAddDeduct(), scale: "s", text: '' })), h("deduct-calculator", { key: '68bcd78e3ef4505e5b1e5f0ea76d15f9e00fc18d', 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: '
|
300
|
+
return (h(Host, { key: '7ab69f7de831fc9e095b29a930e4256318ea6417' }, h("calcite-select", { key: 'e865dbfee1e05e856171e86d2b8376de7e251964', 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
|
@@ -266,7 +266,7 @@ const PublicNotification$1 = /*@__PURE__*/ proxyCustomElement(class PublicNotifi
|
|
266
266
|
*/
|
267
267
|
render() {
|
268
268
|
const headerSlot = this._isMobile ? "footer" : "header";
|
269
|
-
return (h(Host, { key: '
|
269
|
+
return (h(Host, { key: '48d98f3f0d6230fdec6227f7ba81250d38204d1c' }, h("calcite-shell", { key: 'cff88c2774df83a9b8af62910cfa4075ec8d61c0' }, h("calcite-action-bar", { key: 'eab17f993ae13af3f8bd06f8b0a66542799ea6f7', 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))));
|
270
270
|
}
|
271
271
|
/**
|
272
272
|
* StencilJS: Called once just after the component is first loaded.
|
@@ -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: '
|
120
|
+
return (h(Host, { key: 'efa77aec940afdb80051b36300a492ac5764a413' }, h("div", { key: 'ac59062ad6b3bb15727d1d88ac99ba983c7a2ff9', class: layerPickerClass + " padding-top-sides-1" }, h("div", { key: '27599ce74e9f7d6133f6cbfa40db4acfa8c00eeb', class: "display-flex" }, h("calcite-label", { key: 'b8acd5160effc68b7ee03a85ba8d6d2a5966c3e8', class: "font-bold width-full label-margin-0" }, h("div", { key: 'b2185de868b979281984019dbea9cf58a8bdef59', class: "display-flex" }, this._translations.inputLayer, h("calcite-icon", { key: '3bd42d1897e3d4374c9affeb20a4af09866645b4', class: "padding-start-1-2 icon", flipRtl: !(this.locale?.toLowerCase() === "he"), icon: "question", id: "refine-input-layer", scale: "s" })), h("map-layer-picker", { key: '3c7202cb44db02ff2650aa2075af55a51f180018', 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: '90c204cd9c0b7fb339e857ca82d4038aaf133cc1', closable: true, label: "", overlayPositioning: "fixed", referenceElement: "refine-input-layer" }, h("span", { key: '3ab34165e2d0cf5bdf2615ef938b22b135867831', class: "tooltip-message" }, this._translations.inputLayerTip)))), h("div", { key: '6066dc8d8e02d05f7e1d2cfb93a52e9ce68f13e3', class: "padding-1" }, h("div", { key: '61191f20e96c2bf7d6ac0e36bf6788cc03d76f81', class: "padding-bottom-1" }, h("calcite-segmented-control", { key: 'c02207e0a112ef9060e4dfe76a05720bd6d2f226', class: "w-100", width: "full" }, h("calcite-segmented-control-item", { key: '5879edf2aa7423abd211fd3d8419cde372d30a9b', checked: this._addEnabled, class: "w-50 word-wrap-anywhere", onClick: () => this._setSelectionMode(ESelectionMode.ADD), value: ESelectionMode.ADD }, h("span", { key: '29645f694e4df08d3bcfcaed745f1913fe46037a', class: "font-weight-500" }, this._translations.add)), h("calcite-segmented-control-item", { key: 'f813c4601a40f8d945ca32b95df3a335e9b3d4ff', checked: !this._addEnabled, class: "w-50 word-wrap-anywhere", onClick: () => this._setSelectionMode(ESelectionMode.REMOVE), value: ESelectionMode.REMOVE }, h("span", { key: '801cf62e0a90d908357efe83f705c1484d11dbc9', class: "font-weight-500" }, this._translations.remove)))), h("div", { key: '0b687ff2e7e4f3997c4559a4dbdb40d4c37fd5bc' }, h("map-draw-tools", { key: '23084e78ffa344ae31df39a13cf8abcf0f313b83', 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: '839e5ecbc67cee44924057e197ebb0897c2cbe28' }), (h("calcite-list", { key: '7ad6b634078bab2f02c2b117e05b2385c6988aa5', class: "list-border", label: "" }, this._getRefineSelectionSetList())))));
|
121
121
|
}
|
122
122
|
//--------------------------------------------------------------------------
|
123
123
|
//
|
@@ -1181,11 +1181,11 @@ const SolutionConfiguration$1 = /*@__PURE__*/ proxyCustomElement(class SolutionC
|
|
1181
1181
|
const solutionData = state.getStoreInfo("solutionData");
|
1182
1182
|
this._solutionVariables = JSON.stringify(getSolutionVariables(solutionData.templates, this._translations));
|
1183
1183
|
this._organizationVariables = JSON.stringify(getOrganizationVariables(this._translations));
|
1184
|
-
return (h(Host, { key: '
|
1184
|
+
return (h(Host, { key: 'c3119f5d0485eacbbd1380db442ef9c28f772dec' }, !this._solutionIsLoaded
|
1185
1185
|
? h("calcite-loader", { label: '' })
|
1186
|
-
: null, h("div", { key: '
|
1186
|
+
: null, h("div", { key: 'f363b65e521bde0dff7290ec7345b95cd61a6d75', class: "configuration-container" }, h("div", { key: 'bcc9dac3ec183cb36da61bca5c1718395ff76efd', class: "configuration" }, h("calcite-tabs", { key: '76d8e022c66e2d9157ecd44d26d080f5bfbfee4e', class: "config-tabs" }, h("calcite-tab-nav", { key: '1b40a68e10b69189496325bfea5116655d715c97', slot: "tab-nav" }, h("calcite-tab-title", { key: '2c729b8fe2a3fd3a0ac0964d2b825e9fc113f51f' }, this._translations.definitionTab), hasServices ?
|
1187
1187
|
h("calcite-tab-title", null, this._translations.spatialReferenceTab) :
|
1188
|
-
null), h("calcite-tab", { key: '
|
1188
|
+
null), h("calcite-tab", { key: '99c4e95166fa304a16efac7261888bbbc970b66a', class: "config-tab", selected: true }, h("div", { key: 'ec17e4d65348b3e6d496f7a7564f6a771b0d051b', class: "config-solution" }, h("div", { key: '2f2e72b5fd3a9137e9c6edae9d2a4f2a1b12f826', class: this._treeOpen ? "config-inventory" : "config-inventory-hide" }, h("solution-contents", { id: "configInventory", key: `${this.solutionItemId}-contents`, ref: (el) => (this._solutionContentsComponent = el) })), h("calcite-button", { key: '696f310d8a8e1c1cb37b738f0a5a6f38003aef39', appearance: "transparent", class: "collapse-btn", "icon-start": this._treeOpen ? "chevrons-left" : "chevrons-right", id: "collapse-vars", onClick: () => this._toggleTree(), scale: "s", title: this._treeOpen ? this._translations.collapse : this._translations.expand }), h("div", { key: 'e6d9a56d72753ce4d625b547adbe8991a8697f54', class: "config-item" }, h("solution-item", { authentication: this.authentication, "item-id": this._currentEditItemId, key: `${this.solutionItemId}-item`, locale: this.locale, "organization-variables": this._organizationVariables, "solution-item-id": this.solutionItemId, "solution-variables": this._solutionVariables })))), hasServices
|
1189
1189
|
? h("calcite-tab", { class: "config-tab" }, h("div", { class: "config-solution" }, h("solution-spatial-ref", { enableDefault: !!spatialReferenceInfo.default, enabled: spatialReferenceInfo?.enabled, featureServices: state.getStoreInfo("featureServices").map(fs => fs.name), id: "configure-solution-spatial-ref", key: `${this.solutionItemId}-spatial-ref`, locale: this.locale })))
|
1190
1190
|
: null)))));
|
1191
1191
|
}
|
@@ -35,7 +35,7 @@ const SolutionContents = /*@__PURE__*/ proxyCustomElement(class SolutionContents
|
|
35
35
|
* Renders the component.
|
36
36
|
*/
|
37
37
|
render() {
|
38
|
-
return (h(Host, { key: '
|
38
|
+
return (h(Host, { key: '7ad948b5b3cd3610c1cc3fef3ae745151115f4fb' }, h("calcite-tree", { key: '8352f4878695b764a7bd0ff4cd9457784bc02687' }, this.renderHierarchy(this.templateHierarchy))));
|
39
39
|
}
|
40
40
|
renderHierarchy(objs) {
|
41
41
|
return objs.map((obj) => {
|
@@ -144,7 +144,7 @@ const SolutionItemAccordion$1 = /*@__PURE__*/ proxyCustomElement(class SolutionI
|
|
144
144
|
* Renders the component.
|
145
145
|
*/
|
146
146
|
render() {
|
147
|
-
return (h(Host, { key: '
|
147
|
+
return (h(Host, { key: '1bb2a9dc8cff9e936c85316612546ba252e66b6e' }, this._getAccordion()));
|
148
148
|
}
|
149
149
|
//--------------------------------------------------------------------------
|
150
150
|
//
|
@@ -66,7 +66,7 @@ const SolutionItemDetails = /*@__PURE__*/ proxyCustomElement(class SolutionItemD
|
|
66
66
|
* Renders the component.
|
67
67
|
*/
|
68
68
|
render() {
|
69
|
-
return (h(Host, { key: '
|
69
|
+
return (h(Host, { key: '25e3930a7c1b24c78f0e231bb9b6aa114fe0f760' }, h("div", { key: '907595455cc5be58a236c6b12d0399c0c6f8da7e', class: "parent-container" }, h("div", { key: 'c7f1572fff7059b7223f6b6f7e1ff65e15ccadc0', class: "inputBottomSeparation" }, h("calcite-input", { key: '3f393371b2c4c5a88241df18fc0b8c9ee5b325b6', id: "item-title", value: this.itemDetails.title })), h("div", { key: 'e134339bd5fb1f55045b72e3e0ece595c20fd55a', class: "inputBottomSeparation" }, h("input", { key: '08742aa24d380d38d074b755e170b1df9b48114c', accept: ".jpg,.gif,.png,image/jpg,image/gif,image/png", class: "display-none", onChange: (event) => (this._updateThumbnail(event)), ref: (el) => (this.browseForThumbnail = el), type: "file" }), h("button", { key: '0ad864fa6d12282c864c968f15e4a730ca8e2d53', class: "font-size--3 btn-link inline-block trailer-quarter", onClick: () => this._getThumbnail() }, h("svg", { key: 'bf32edd3ad9d2fa985d2c707106b1697bacac757', class: "icon-inline icon-inline--on-left", height: "16", viewBox: "0 0 16 16", width: "16" }, h("path", { key: '0581a38a6f0f8a58c1b3abbef033e38af9743f03', d: "M14.792 2.666l-1.414-1.413a.965.965 0 0 0-1.385-.03l-1.444 1.444-8.763 8.72L.03 15.481a.371.371 0 0 0 .488.488l4.096-1.756 8.763-8.72-.001-.001.002.002 1.443-1.444a.965.965 0 0 0-.03-1.385zM1.569 14.431l.554-1.293.74.739zm2.338-.924l-1.414-1.414 7.963-7.92 1.414 1.415zm8.67-8.626l-1.413-1.414 1.29-1.29a.306.306 0 0 1 .433 0l.981.98a.306.306 0 0 1 0 .433z" })), this._translations.editThumbnail), h("div", { key: '978e825767ec86c4eb974c9b47741ac58a794c54', class: "flex" }, h("div", { key: 'f6721a9446b4eab103f629f03be69956e28c63b6', class: "img-container", ref: (el) => (this.thumbnailContainer = el) }, h("img", { key: '0e0db9376bd9c961a7cc6c34aba64868d92eaf85', class: "scale-down", height: "133", id: "item-thumbnail", ref: (el) => (this.thumbnail = el), width: "200" })), h("div", { key: '2a82df665ff0cb16359e31eb7997db705384b56c', class: "snippet-count-container" }, h("calcite-input", { key: 'a142354996383afddbada732fbe71add5170771f', id: "item-snippet", maxLength: 250, type: "textarea", value: this.itemDetails.snippet }), h("label", { key: '0675e3bcc1f6d1cc6c73f21ccfc8da2f83fdf4c9', class: "font-size--3", id: "item-snippet-count", ref: (el) => (this.itemSnippetCount = el) })))), h("calcite-label", { key: '1c5f6ff67b2244dda36c26ad5cd64bcf1901ba76' }, this._translations.description, h("label", { key: '96eff727abe88b1c488b6b0e8b35f432808323e8', id: "item-description-label" }, h("calcite-input", { key: 'e88ece9f3ffd14956b1ed4700931a56ee3c763d5', id: "item-description", type: "textarea", value: this.itemDetails.description }))), h("calcite-label", { key: '25f6a748d704740ac15142857ebe5f799bfcd9fe' }, this._translations.tags, h("label", { key: 'c78501ae484fa238622e12df58f1117912474d1a', id: "item-tags-label" }, h("calcite-input", { key: 'd110e04d2daed7483ec97cc1e845cfab54a5032b', id: "item-tags", value: (this.itemDetails.tags && Array.isArray(this.itemDetails.tags) ? this.itemDetails.tags : [this.itemDetails.tags]).join(",") }))), this.itemType !== "Group" ? h("calcite-label", null, this._translations.credits, h("label", { id: "item-credits-label" }, h("calcite-input", { id: "item-credits", value: this.itemDetails.accessInformation }))) : null, this.itemType !== "Group" ? h("calcite-label", null, h("label", { id: "item-terms-label" }, this._translations.termsOfUse, h("calcite-input", { id: "item-terms", type: "textarea", value: this.itemDetails.licenseInfo }))) : null)));
|
70
70
|
}
|
71
71
|
componentDidRender() {
|
72
72
|
this._loadThumb();
|
@@ -26,7 +26,7 @@ const SolutionItemIcon = /*@__PURE__*/ proxyCustomElement(class SolutionItemIcon
|
|
26
26
|
* Renders the component.
|
27
27
|
*/
|
28
28
|
render() {
|
29
|
-
return h("div", { key: '
|
29
|
+
return h("div", { key: '1592a8aa86ffa30c0a1ce919d9839cdfa0c39782', title: this.type }, h("img", { key: 'b6eda446f08661d277b307cb15d989b86641cbc9', class: "item-type-icon item-type-icon-margin", height: "16", src: this._getIconUrl(this.type, this.typeKeywords), width: "16" }));
|
30
30
|
}
|
31
31
|
//--------------------------------------------------------------------------
|
32
32
|
//
|
@@ -54,7 +54,7 @@ const SolutionItemSharing = /*@__PURE__*/ proxyCustomElement(class SolutionItemS
|
|
54
54
|
* Renders the component.
|
55
55
|
*/
|
56
56
|
render() {
|
57
|
-
return (h(Host, { key: '
|
57
|
+
return (h(Host, { key: '734a56fc2d841d0fd924f989ecbde1246a27e0b9' }, h("div", { key: '5358c6f1e10fa85597ebbcecdaa7755dfce10e03', class: "container-border" }, h("calcite-label", { key: 'aec3e25ef8525070bf93faf9bfbcacda336e165a' }, this._translations.groupInfo), this._renderItems(this.sharing))));
|
58
58
|
}
|
59
59
|
//--------------------------------------------------------------------------
|
60
60
|
//
|
@@ -63,7 +63,7 @@ const SolutionItem = /*@__PURE__*/ proxyCustomElement(class SolutionItem extends
|
|
63
63
|
* Renders the component.
|
64
64
|
*/
|
65
65
|
render() {
|
66
|
-
return (h(Host, { key: '
|
66
|
+
return (h(Host, { key: '7f309120b815365553cd0da7418b3748cf2eea89' }, h("div", { key: '543d5208d617d76e7983349303b433d23547ac8b', class: "configuration-container" }, h("div", { key: 'bd13f67b70d9fa4f46f7f67f68046b7ecd7eb7f2', class: "configuration" }, this._showGroupTabs(this.itemType === "Group"), this._showItemTabs(this.itemType !== "Group")))));
|
67
67
|
}
|
68
68
|
//--------------------------------------------------------------------------
|
69
69
|
//
|
@@ -52,7 +52,7 @@ const SolutionOrganizationVariables = /*@__PURE__*/ proxyCustomElement(class Sol
|
|
52
52
|
* Renders the component.
|
53
53
|
*/
|
54
54
|
render() {
|
55
|
-
return (h(Host, { key: '
|
55
|
+
return (h(Host, { key: '787dfd1360205b9115a116587de2105c6445901b' }, h("div", { key: '1b30f388323fe0b66d41dc5fff96656625c194e0' }, h("h4", { key: 'b293e7360e94711de6123bfe69ad4b1bfd51a32f', class: "org-var-header" }, this._translations.orgVariables)), h("div", { key: 'd7539e32e93de16f17acb1936f8fcd8f5a2be5e7', class: "container-border" }, h("calcite-tree", { key: '3dc37dd785d0eb7c637b0ee869dd1de5260c30c2', id: "variable-label" }, this._renderHierarchy(this._organizationVariables)))));
|
56
56
|
}
|
57
57
|
//--------------------------------------------------------------------------
|
58
58
|
//
|
@@ -62,7 +62,7 @@ const SolutionResourceItem = /*@__PURE__*/ proxyCustomElement(class SolutionReso
|
|
62
62
|
*/
|
63
63
|
render() {
|
64
64
|
const hasValidResources = this._hasValidResources();
|
65
|
-
return (h(Host, { key: '
|
65
|
+
return (h(Host, { key: 'e6fbb574cb4388f8ae3a12326da5c1ff8fc6ef8b' }, h("div", { key: '457ed63be82590dc1d0b80d80a81dae3f4b19331', class: "resource-item" }, h("div", { key: '3a514d2a3acf96f259ed9b9a01e94616cbcc8dfb', class: "margin-bottom-1" }, h("calcite-button", { key: '1ff4674533779ea6a843e5e6d7507ab45a651a8d', appearance: "solid", class: "resource-button", color: "blue", onClick: () => this._addNewResource() }, this._translations.addResource), h("calcite-button", { key: 'ec3a044c9e13d4bea242ede4ed80c35c63fad40d', appearance: "solid", color: "blue", disabled: !hasValidResources, onClick: () => this._downloadAll() }, this._translations.downloadAll)), h("div", { key: 'e78338fe068802b4f339dba4e751b972ef921462', class: "resources-container", style: { display: hasValidResources ? "inherit" : "none" } }, this._renderResourceList()))));
|
66
66
|
}
|
67
67
|
_removedResources = {};
|
68
68
|
//--------------------------------------------------------------------------
|
@@ -63,7 +63,7 @@ const SolutionSpatialRef = /*@__PURE__*/ proxyCustomElement(class SolutionSpatia
|
|
63
63
|
}
|
64
64
|
render() {
|
65
65
|
this._updateUIFromStore();
|
66
|
-
return (h(Host, { key: '
|
66
|
+
return (h(Host, { key: '102d0df259f9cb116389ff05680e62515a1ee232' }, h("label", { key: '95373549163385b3ed84a3997d5fb63ccca0945b', class: "switch-label" }, h("calcite-switch", { key: '9430142bc9146348f40c72aedd64c7d8e3bac61b', checked: this.enabled, class: "spatial-ref-switch", onCalciteSwitchChange: (event) => this.enabled = event.target.checked, scale: "m" }), this._translations.enableSpatialReference), h("br", { key: '91c034b58499fbee49e57bc3ba5913f09baa2728' }), h("div", { key: '0394d2f031f163b1e3b0c278568f23a0c7f7c0f5', class: "spatial-ref-component", id: "spatialRefDefn" }, this._renderFeatureServicesList(this.featureServices)), h("label", { key: '41591a9be82c20350df4dc1812c7f749ca080194', class: "switch-label spatial-ref-component" }, h("calcite-switch", { key: '65399800bf22df3b38e3d71f210216547f7474a0', checked: this.enableDefault, class: "spatial-ref-switch", disabled: !this.enabled, onCalciteSwitchChange: (event) => this.enableDefault = event.target.checked, scale: "m" }), this._translations.enableDefaultSpatialReference)));
|
67
67
|
}
|
68
68
|
//--------------------------------------------------------------------------
|
69
69
|
//
|
@@ -81,7 +81,7 @@ const SolutionTemplateData = /*@__PURE__*/ proxyCustomElement(class SolutionTemp
|
|
81
81
|
* Renders the component.
|
82
82
|
*/
|
83
83
|
render() {
|
84
|
-
return (h(Host, { key: '
|
84
|
+
return (h(Host, { key: 'f6da4b15c002be4d1744bf3fa37f0572d74fd8e4' }, h("div", { key: '32c037bfe426a87e9c72306f6fb39eb216e4423a', class: "solution-data-container" }, h("calcite-shell", { key: '3ed2cd29f5e1015cb40b94b292da5877c242f899', class: "light var-container", dir: "ltr" }, h("calcite-panel", { key: 'a1c34c8dd9df1e7cdf649c489d10c2dc7955bba2', class: "json-editor" }, h("div", { key: 'b12f8225c6db5a26a43c9a5bc10957e417942708', class: "solution-data-child-container calcite-match-height" }, h("json-editor", { key: '1826ffe1884f387e93a51c8c25767b7de8836481', class: "solution-data-editor-container", instanceid: this.itemId + "|" + this.instanceid, locale: this.locale, value: this.value }))), h("calcite-shell-panel", { key: '6a87685cdad0b60cb50ceed7c9d8ae9e6f86a8ed', "height-scale": "l", position: "end", slot: "contextual-panel", "width-scale": "xs" }, h("div", { key: '569c1a2101114f849bdc51bbb9ff8096d777c012', class: this.varsOpen ? "solution-data-child-container" : "solution-data-child-container-collapsed" }, h("calcite-button", { key: 'b757de3ed5b27aa2afd9b31d0237b4f39a567c67', appearance: "transparent", class: "collapse-btn", "icon-start": this.varsOpen ? "chevrons-right" : "chevrons-left", id: "collapse-vars", onClick: () => this._toggleVars(), scale: "s", title: this.varsOpen ? this._translations.collapse : this._translations.expand }), h("div", { key: '18c703e0588db7350c23d8d372c2f8d6b21b75a2', class: this.varsOpen ? "org-vars" : "org-vars display-none", id: "orgVars" }, h("solution-organization-variables", { key: '314e49f8890a81e1ba6f1d2850f42c93f6548c72', locale: this.locale, value: this.organizationVariables })), h("div", { key: 'c64bcc41b5ce924c19bca4ed2dd1e4bb4ac0a1d6', class: this.varsOpen ? "sol-vars" : "sol-vars display-none", id: "solVars" }, h("solution-variables", { key: 'fb0a82ba68b9135bee7e3935941cbeb34a3b2a8f', locale: this.locale, value: this.solutionVariables }))))))));
|
85
85
|
}
|
86
86
|
_initializing = false;
|
87
87
|
//--------------------------------------------------------------------------
|
@@ -53,7 +53,7 @@ const SolutionVariables = /*@__PURE__*/ proxyCustomElement(class SolutionVariabl
|
|
53
53
|
* Renders the component.
|
54
54
|
*/
|
55
55
|
render() {
|
56
|
-
return (h(Host, { key: '
|
56
|
+
return (h(Host, { key: '4a07407cbb5ec30a726b8d4479842f5f0006e6ef' }, h("div", { key: '37146247e3d5384d1ec41c0804f09951a15db9eb' }, h("h4", { key: '06a068797418271f93135973e69097b26ebc0704', class: "org-var-header" }, this._translations.solVariables)), h("div", { key: '8b320287b59a0dddda151e055837963409193e02', class: "container-border" }, h("calcite-tree", { key: '1e5898ccbf092fa57630cc0e4a085fbda006991a', id: "variable-label" }, this._renderHierarchy(this._solutionVariables)))));
|
57
57
|
}
|
58
58
|
//--------------------------------------------------------------------------
|
59
59
|
//
|
@@ -21111,7 +21111,7 @@ const SpatialRef$1 = /*@__PURE__*/ proxyCustomElement(class SpatialRef extends H
|
|
21111
21111
|
* Renders the component.
|
21112
21112
|
*/
|
21113
21113
|
render() {
|
21114
|
-
return (h(Host, { key: '
|
21114
|
+
return (h(Host, { key: 'a82d31db235e4439132588c7a57109ae9273cfc6' }, h("div", { key: '75d8c77c54677573bb68ced34fc5a85e97862823' }, h("calcite-input", { key: '00161c13fadbd2613d868b01a8d64a75857b7cb2', disabled: this.disabled, id: "calcite-sr-search", onKeyUp: (evt) => this._searchInputKeyDown(evt), placeholder: this._translations.spatialReferencePlaceholder }), h("calcite-tree", { key: '3d3e8dcd4fc5a8774a347127d8b365f27b63d735', id: "calcite-sr-tree", slot: "children" }, this._getTreeContent()))));
|
21115
21115
|
}
|
21116
21116
|
_lastHighlightedSref;
|
21117
21117
|
//--------------------------------------------------------------------------
|
@@ -257,7 +257,7 @@ const FloorFilter = class {
|
|
257
257
|
* Renders the component.
|
258
258
|
*/
|
259
259
|
render() {
|
260
|
-
return (h(Host, { key: '
|
260
|
+
return (h(Host, { key: 'dd7fa68ddc1e417cb8924549e50e81742f9e891a' }, h("div", { key: '294837a32ed7e8f955bce7dc2403895c7dd9984f', ref: (el) => { this._floorFilterElement = el; } })));
|
261
261
|
}
|
262
262
|
/**
|
263
263
|
* StencilJS: Called once just after the component is first loaded.
|
@@ -424,7 +424,7 @@ const MapFullscreen = class {
|
|
424
424
|
* Renders the component.
|
425
425
|
*/
|
426
426
|
render() {
|
427
|
-
return (h(Host, { key: '
|
427
|
+
return (h(Host, { key: '7eec3dc5ab76a4ad8fdd24d8d18f8e6cf2820dde' }, h("div", { key: '2093cc2a6a3678209e61eea63ebde2f69ec00011', class: "fullscreen-widget", ref: (el) => { this._fullscreenElement = el; } })));
|
428
428
|
}
|
429
429
|
/**
|
430
430
|
* StencilJS: Called just after the component updates.
|
@@ -551,7 +551,7 @@ const MapLegend = class {
|
|
551
551
|
* StencilJS: Renders the component.
|
552
552
|
*/
|
553
553
|
render() {
|
554
|
-
return (h(Host, { key: '
|
554
|
+
return (h(Host, { key: '768d9d69042516c6d4edc55fcb0af23f90d33e6e' }, h("div", { key: 'e1147cf58240e7a6fcb9a00fce3649a380755e3d', ref: (el) => { this._legendElement = el; } })));
|
555
555
|
}
|
556
556
|
/**
|
557
557
|
* StencilJS: Called once just after the component is fully loaded and the first render() occurs.
|
@@ -722,7 +722,7 @@ const MapPicker = class {
|
|
722
722
|
* Renders the component.
|
723
723
|
*/
|
724
724
|
render() {
|
725
|
-
return (h(Host, { key: '
|
725
|
+
return (h(Host, { key: '6b4b2bc101fa29a1eaadfdcc772131b7c40cedec' }, this._getToolbar(), this._getMapNameList(this._mapListExpanded)));
|
726
726
|
}
|
727
727
|
/**
|
728
728
|
* Called once after the component has loaded
|
@@ -921,7 +921,7 @@ const MapSearch = class {
|
|
921
921
|
* Renders the component.
|
922
922
|
*/
|
923
923
|
render() {
|
924
|
-
return (h(Host, { key: '
|
924
|
+
return (h(Host, { key: '36e0fb49fdedbe9e8789fba37f86a2f2d57b4e45' }, h("div", { key: '796ee258723e9277dc98323ba76def22bd7dca3a', class: "search-widget", ref: (el) => { this._searchElement = el; } })));
|
925
925
|
}
|
926
926
|
//--------------------------------------------------------------------------
|
927
927
|
//
|
@@ -1228,7 +1228,7 @@ const MapTools = class {
|
|
1228
1228
|
const toolMarginClass = this.enableSingleExpand ? "margin-top-1-2" : "";
|
1229
1229
|
const toolOrder = this.toolOrder ? this.toolOrder : ["legend", "search", "fullscreen", "floorfilter"];
|
1230
1230
|
const shadowClass = this.stackTools ? "box-shadow" : "";
|
1231
|
-
return (h(Host, { key: '
|
1231
|
+
return (h(Host, { key: '6a707a10b3cbe094548a863b13d0852969c46f94' }, h("div", { key: 'c1e349ba8577a87f967b31a7a042be30cb933d34', class: containerClass }, this.enableSingleExpand ? (h("div", { class: "box-shadow" }, this._getActionGroup(toggleIcon, false, expandTip, () => this._toggleTools()))) : undefined, h("div", { key: '7120793f9d707fb0d1914f5aeffb3293532ab891', class: `${toolMarginClass} ${shadowClass} ${toolsClass}` }, this._getMapWidgets(toolOrder))), h("basemap-gallery", { key: '11e280302f6b1f5287aa83c7eb33542f3a9d87ab', basemapConfig: this.basemapConfig, class: basemapClass, mapView: this.mapView, ref: (el) => { this._basemapElement = el; } }), h("map-search", { key: 'c3afd22dc8d652877f48a6def87e486546993d61', class: searchClass, mapView: this.mapView, ref: (el) => { this._searchElement = el; }, resultGraphicEnabled: true, searchConfiguration: this.searchConfiguration }), h("map-legend", { key: 'b8fad3cdbc3b96b4f3441316651ad78b4ed3de65', class: legendClass, mapView: this.mapView, ref: (el) => { this._legendElement = el; } }), h("map-fullscreen", { key: 'e34111225f1ec80fedfd548196e407786d28200b', class: fullscreenClass, mapView: this.mapView, onFullscreenStateChange: (evt) => this._fullscreenStateChange(evt.detail), ref: (el) => { this._fullscreenElement = el; } }), h("floor-filter", { key: '2db5c7e6182d77786b162692169263495b2752f5', class: floorFilterClass, enabled: this.enableFloorFilter, mapView: this.mapView, ref: (el) => { this._floorFilterElement = el; } })));
|
1232
1232
|
}
|
1233
1233
|
//--------------------------------------------------------------------------
|
1234
1234
|
//
|
@@ -472,7 +472,7 @@ const MapDrawTools = class {
|
|
472
472
|
"border" : "border esri-widget esri-sketch__panel";
|
473
473
|
const undoRedoClass = this.drawMode === EDrawMode.SKETCH ?
|
474
474
|
"display-none" : "esri-widget esri-sketch__panel border-left esri-sketch__section";
|
475
|
-
return (h(Host, { key: '
|
475
|
+
return (h(Host, { key: '253db0399bab5d5fc6f4232bb537ddeec81fec2c' }, h("div", { key: 'bbac53da8b8b1196cc3a7aedf5479cd4e33ab3ea', class: containerClass }, h("div", { key: '8d3dae2c2f82f7e4d7aae92d4a4c6050d2a96478', ref: (el) => { this._sketchElement = el; } }), h("div", { key: 'd635374374ebdff26157a1258ba84932d491e36a', class: undoRedoClass }, h("calcite-action", { key: 'fb437fec19fa7ffc57459e426ba988fd4d50c1e6', disabled: !this.undoEnabled, icon: "undo", onClick: () => this._undo(), scale: "s", text: this._translations.undo }), h("calcite-action", { key: 'fd3f4f3e8b722b95c0b7aad1fc6b909a97787b86', disabled: !this.redoEnabled, icon: "redo", onClick: () => this._redo(), scale: "s", text: this._translations.redo })))));
|
476
476
|
}
|
477
477
|
//--------------------------------------------------------------------------
|
478
478
|
//
|
@@ -27,6 +27,7 @@ const CardManager = class {
|
|
27
27
|
this.featureOrRecordSubmitted = createEvent(this, "featureOrRecordSubmitted", 7);
|
28
28
|
this.customInfoText = undefined;
|
29
29
|
this.enableEditGeometry = false;
|
30
|
+
this.enableSnapping = false;
|
30
31
|
this.isMobile = undefined;
|
31
32
|
this.layer = undefined;
|
32
33
|
this.locale = undefined;
|
@@ -137,14 +138,14 @@ const CardManager = class {
|
|
137
138
|
const heading = isTable ? this._translations.createRecord : this._translations.createFeature;
|
138
139
|
const guideMsg = this.customInfoText ? this.customInfoText : this.selectingFeatureFromMap ? this._translations.selectFeaturesFromMapToStart : this._translations.selectFeaturesToStart;
|
139
140
|
const showCreateFeatureOrRecordBtn = this.enableCreateFeatures && this.layer?.capabilities?.operations?.supportsAdd;
|
140
|
-
return (h(Host, { key: '
|
141
|
+
return (h(Host, { key: '803f5130e6f4fa0bf97cfdd2776e176786e736cc' }, h("div", { key: '7c0a756f5de5f536b52d2e9f6629593eb3c85781', class: "overflow-auto height-full" }, h("calcite-shell", { key: '9a6366bba429d5c29a5f1c556d6812f44d28ee2c', class: "position-relative " + featuresClass }, h("div", { key: '61cb9f7942eb209e5e0bd751ab4b5ca026086882', class: "position-static z-index-500" }, h("info-card", { key: '0c3b6f958384dab4bc1db2917a88215bafe330b1', enableEditGeometry: this.enableEditGeometry, enableSnapping: this.enableSnapping, graphics: this._graphics, isLoading: this._cardLoading, isMobile: this.isMobile, locale: this.locale, mapView: this.mapView, showCloseBtn: true }))), h("calcite-shell", { key: 'db9233d29cc88ddc6cb023bcf9e9190ecb721214', class: "position-relative " + messageClass }, h("calcite-panel", { key: '0d1c22a3ad3d2d2a56054b2e8609697987b45ca7' }, h("div", { key: 'cc5f7faa934f474ddca2d0ab74fd46dac240cc6f', class: "padding-1" }, h("calcite-notice", { key: '2c2771696892455fcb1ec24d895cd321a84a8f49', icon: this.selectingFeatureFromMap ? "map" : "table", iconFlipRtl: true, open: true }, h("div", { key: '0bbbd13e4e9a7b2240a85b41dbd00fc2a7e39c75', slot: "message" }, guideMsg))), !this.isMobile && showCreateFeatureOrRecordBtn && h("calcite-button", { key: '67bac627f68fc6bcda2b1a8965ab6d7fb12d2e4c', disabled: !this.layer, onClick: () => this._createFeatureBtnClicked(), slot: "footer", width: "full" }, isTable ? this._translations.createRecord : this._translations.createFeature))), h("calcite-shell", { key: 'cd44af48bb05fd6ac41c0d66bdd9e01826ece1a4', class: "position-relative " + createFeatureClass }, h("calcite-flow-item", { key: '648dfdc4fb559ecbf64ee43791e3d9799c346f1a', selected: true }, h("calcite-panel", { key: '855df56ed576e52c94dbe3cfa8f6d57427a37ba2', heading: heading }, h("calcite-action", { key: '156d1b20da3f02de66879531802aa2d2fb99b1ca', 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: '9b4556876d579a4f2bd02849737cd55b55f87cbd', appearance: "solid", class: "footer-top-button footer-button", onClick: () => void this._createFeature.submit(), slot: "footer", width: "full" }, this._translations.create)))))));
|
141
142
|
}
|
142
143
|
/**
|
143
144
|
* Returns the editor component for adding feature
|
144
145
|
* @returns Node
|
145
146
|
*/
|
146
147
|
getEditorComponent() {
|
147
|
-
return (h("div", null, this._showCreateFeatureComponent && h("create-feature", { customizeSubmit: true, locale: this.locale, mapView: this.mapView, onDrawComplete: () => { this._showSubmitBtn = true; }, onEditingAttachment: (evt) => { this._showSubmitBtn = !evt.detail; }, onProgressStatus: () => {
|
148
|
+
return (h("div", null, this._showCreateFeatureComponent && h("create-feature", { customizeSubmit: true, enableSnapping: this.enableSnapping, locale: this.locale, mapView: this.mapView, onDrawComplete: () => { this._showSubmitBtn = true; }, onEditingAttachment: (evt) => { this._showSubmitBtn = !evt.detail; }, onProgressStatus: () => {
|
148
149
|
setTimeout(() => {
|
149
150
|
this._isFeatureCreated = false;
|
150
151
|
}, 2000);
|
@@ -830,8 +831,8 @@ const LayerTable = class {
|
|
830
831
|
const tableHeightClass = this.isMobile ? "height-full" : "height-full-adjusted";
|
831
832
|
const showSearch = this._canShowFullTextSearch();
|
832
833
|
this._validateActiveActions();
|
833
|
-
return (h(Host, { key: '
|
834
|
-
h("div", { key: '
|
834
|
+
return (h(Host, { key: '1feac862589dfbc7835d3662f80265be6a93d968' }, h("div", { key: '16be280b961c35f9a05f9fde0d4e77b5491a9c50' }, h("calcite-scrim", { key: '914fa2714bf757e33cb6a39f1e98abc0b7cbf480', class: scrimClass, loading: this._queryingData }), h("calcite-shell", { key: '4df46fccce95a3d88369087660a6984efbd62528' }, this._getTableControlRow("header"), h("div", { key: '2874a9c724fabd222c455e24bc0f815244509b3d', class: `width-full ${tableHeightClass}` }, h("calcite-panel", { key: '64ed720c02ec2907f99a9ce468fc8b5c38f63360', class: "height-full width-full" }, showSearch &&
|
835
|
+
h("div", { key: 'e7220fd93e5120fd39b10f713fb536b1a4e83590', class: "search-container" }, h("calcite-input", { key: '1717d85eacff6fd1fc23de346be916b817b32a45', class: "search", clearable: true, icon: "search", onCalciteInputChange: (evt) => void this._searchTextChanged(evt), placeholder: this._searchPlaceHolder, title: this._searchPlaceHolder, type: "search" })), h("calcite-loader", { key: '0385ff6220ab46f816d73341b20519ad6a1c181b', class: loadingClass, label: this._translations.fetchingData, scale: "l" }), h("div", { key: '9fa317ea8857cc78531fc4a459e4636e674482cd', class: tableNodeClass, ref: this.onTableNodeCreate }))), !this.isMobile ? (h("div", { class: "bottom-left text-color height-19", id: "solutions-selected-count-div" }, this._translations.recordsSelected
|
835
836
|
.replace("{{total}}", total)
|
836
837
|
.replace("{{selected}}", selected))) : undefined), this.createFilterModal && this._filterModal())));
|
837
838
|
}
|
@@ -2091,7 +2092,10 @@ const LayerTable = class {
|
|
2091
2092
|
};
|
2092
2093
|
const fields = this._table.columns.toArray().reduce((prev, cur) => {
|
2093
2094
|
if (!cur.hidden) {
|
2094
|
-
|
2095
|
+
const name = cur?.name || cur?.fieldName;
|
2096
|
+
if (name) {
|
2097
|
+
prev.push(name.toLocaleLowerCase());
|
2098
|
+
}
|
2095
2099
|
}
|
2096
2100
|
return prev;
|
2097
2101
|
}, []);
|
@@ -2636,7 +2640,7 @@ const MapCard = class {
|
|
2636
2640
|
const mapHeightClass = this.mapInfos?.length > 1 || this.isMapLayout ? "map-height" : "height-full";
|
2637
2641
|
const progressClass = this.isMapLayout ? "" : "display-none";
|
2638
2642
|
this._validateActiveActions();
|
2639
|
-
return (h(Host, { key: '
|
2643
|
+
return (h(Host, { key: '5861d407b8529c6834d5d05450693d1fff2b71ee' }, h("div", { key: '01e028e8a00fc66d5eaa8eb7f85b58d579c3e7ff', 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: '6a0b7a2a734f3631b8c8a712acaf60a9e95c6c16', class: progressClass, value: 0 }), h("div", { key: '74cebf9c194bfc5b72be3b397821f586a5923fa4', class: `${mapHeightClass} ${mapClass}`, ref: (el) => (this._mapDiv = el) }), h("map-tools", { key: '6c87207eecaacf61c594f1036af38c0548ea1767', 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 })));
|
2640
2644
|
}
|
2641
2645
|
/**
|
2642
2646
|
* Called each time after the component is loaded
|
@@ -8571,7 +8571,7 @@ const ConsentManager = class {
|
|
8571
8571
|
* Renders the component.
|
8572
8572
|
*/
|
8573
8573
|
render() {
|
8574
|
-
return (h$1(Host, { key: '6b5a4571e972d6d79948cbf186119372456b5e1e' }
|
8574
|
+
return (h$1(Host, { key: '6b5a4571e972d6d79948cbf186119372456b5e1e' }));
|
8575
8575
|
}
|
8576
8576
|
/**
|
8577
8577
|
* Called once after the component is loaded
|