@esri/solutions-components 0.11.22 → 0.11.23
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/card-manager_3.cjs.entry.js +8 -4
- package/dist/cjs/create-feature_4.cjs.entry.js +21 -10
- 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/loader.cjs.js +1 -1
- package/dist/cjs/solutions-components.cjs.js +1 -1
- package/dist/collection/components/card-manager/card-manager.js +23 -2
- 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/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/info-card/info-card.js +23 -2
- package/dist/collection/components/layer-table/layer-table.js +5 -2
- package/dist/components/card-manager2.js +4 -2
- 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/edit-card2.js +11 -5
- package/dist/components/feature-details2.js +8 -6
- package/dist/components/info-card2.js +4 -2
- package/dist/components/layer-table2.js +5 -2
- package/dist/esm/card-manager_3.entry.js +8 -4
- package/dist/esm/create-feature_4.entry.js +21 -10
- 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/loader.js +1 -1
- package/dist/esm/solutions-components.js +1 -1
- package/dist/solutions-components/p-2507c685.entry.js +6 -0
- package/dist/solutions-components/p-386b0163.entry.js +6 -0
- package/dist/solutions-components/p-99e00361.entry.js +6 -0
- package/dist/solutions-components/p-a415a60d.entry.js +6 -0
- package/dist/solutions-components/p-b5a102db.entry.js +6 -0
- 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-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
@@ -8,7 +8,7 @@ import { l as loadModules } from './loadModules.js';
|
|
8
8
|
import { g as getLocaleComponentStrings } from './locale.js';
|
9
9
|
import { a as getAllLayers } from './mapViewUtils.js';
|
10
10
|
|
11
|
-
const editCardCss = ":host{display:block}.padding-bottom-1{padding-bottom:1rem}.font-bold{font-weight:var(--calcite-font-weight-bold)}.font-500{font-weight:var(--calcite-font-weight-medium)}.font-italic{font-style:italic}#feature-form{padding-top:0px}.padding-sides-bottom-1{padding:0 1rem 1rem 1rem}.position-relative{position:relative}.esri-editor__prompt--danger{position:relative !important;width:100% !important;background-color:var(--calcite-color-foreground-1) !important}.esri-feature__content-node{background-color:var(--calcite-color-foreground-1) !important}.esri-editor__panel-toolbar{display:none !important}.position-absolute{position:absolute;top:0;right:0;bottom:0;left:0;overflow:auto}.esri-editor__panel-content{padding-block:10px !important}";
|
11
|
+
const editCardCss = ":host{display:block}.padding-bottom-1{padding-bottom:1rem}.font-bold{font-weight:var(--calcite-font-weight-bold)}.font-500{font-weight:var(--calcite-font-weight-medium)}.font-italic{font-style:italic}#feature-form{padding-top:0px}.padding-sides-bottom-1{padding:0 1rem 1rem 1rem}.position-relative{position:relative}.esri-editor__prompt--danger{position:relative !important;width:100% !important;background-color:var(--calcite-color-foreground-1) !important}.esri-feature__content-node{background-color:var(--calcite-color-foreground-1) !important}.hide-editor-toolbar .esri-editor__panel-toolbar{display:none !important}.position-absolute{position:absolute;top:0;right:0;bottom:0;left:0;overflow:auto}.esri-editor__panel-content{padding-block:10px !important}";
|
12
12
|
const EditCardStyle0 = editCardCss;
|
13
13
|
|
14
14
|
const EditCard = /*@__PURE__*/ proxyCustomElement(class EditCard extends HTMLElement {
|
@@ -20,11 +20,12 @@ const EditCard = /*@__PURE__*/ proxyCustomElement(class EditCard extends HTMLEle
|
|
20
20
|
this.editsComplete = createEvent(this, "editsComplete", 7);
|
21
21
|
this.refreshGraphics = createEvent(this, "refreshGraphics", 7);
|
22
22
|
this.enableEditGeometry = false;
|
23
|
+
this.enableSnapping = false;
|
24
|
+
this.graphicIndex = 0;
|
23
25
|
this.graphics = undefined;
|
24
26
|
this.locale = undefined;
|
25
27
|
this.mapView = undefined;
|
26
28
|
this.open = false;
|
27
|
-
this.graphicIndex = 0;
|
28
29
|
this._editorLoading = false;
|
29
30
|
this._translations = undefined;
|
30
31
|
}
|
@@ -201,7 +202,7 @@ const EditCard = /*@__PURE__*/ proxyCustomElement(class EditCard extends HTMLEle
|
|
201
202
|
!this.graphics[0].layer.editingEnabled : true;
|
202
203
|
const tableNodeClass = this._editorLoading ? "display-none" : "position-absolute";
|
203
204
|
const loadingClass = this._editorLoading ? "" : "display-none";
|
204
|
-
return (h(Host, { key: '
|
205
|
+
return (h(Host, { key: 'bf9a2cc632deb0cc203f6a2fa837008f8e809482' }, h("div", { key: 'fa2ad6208c2274fe2982b71502d52694e3838162', 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: '98c1d2cb3dce8855b0c792328c893b6947e01f4c', class: "position-absolute" }, h("div", { key: 'ebf21d9145dabcc3b91a4fc44d3a3ae92a6ef5ea', class: tableNodeClass, id: "feature-form", ref: (el) => this._editContainer = el }), h("calcite-loader", { key: 'd3da2a76b0dda07540ca6f65a2f671e825af211a', class: loadingClass, label: "", scale: "s" })))));
|
205
206
|
}
|
206
207
|
//--------------------------------------------------------------------------
|
207
208
|
//
|
@@ -242,7 +243,8 @@ const EditCard = /*@__PURE__*/ proxyCustomElement(class EditCard extends HTMLEle
|
|
242
243
|
layerInfos,
|
243
244
|
visibleElements: {
|
244
245
|
flow: true,
|
245
|
-
|
246
|
+
settingsMenu: this.enableSnapping,
|
247
|
+
snappingControls: this.enableSnapping,
|
246
248
|
},
|
247
249
|
container
|
248
250
|
});
|
@@ -265,6 +267,9 @@ const EditCard = /*@__PURE__*/ proxyCustomElement(class EditCard extends HTMLEle
|
|
265
267
|
this.open = false;
|
266
268
|
}
|
267
269
|
});
|
270
|
+
if (!this.enableSnapping) {
|
271
|
+
container.classList.add("hide-editor-toolbar");
|
272
|
+
}
|
268
273
|
// had issues with destroy before adding like this
|
269
274
|
this._editContainer.appendChild(container);
|
270
275
|
this.editorInitialized.emit(this._editor);
|
@@ -314,11 +319,12 @@ const EditCard = /*@__PURE__*/ proxyCustomElement(class EditCard extends HTMLEle
|
|
314
319
|
static get style() { return EditCardStyle0; }
|
315
320
|
}, [0, "edit-card", {
|
316
321
|
"enableEditGeometry": [4, "enable-edit-geometry"],
|
322
|
+
"enableSnapping": [4, "enable-snapping"],
|
323
|
+
"graphicIndex": [2, "graphic-index"],
|
317
324
|
"graphics": [1040],
|
318
325
|
"locale": [1],
|
319
326
|
"mapView": [16],
|
320
327
|
"open": [1028],
|
321
|
-
"graphicIndex": [2, "graphic-index"],
|
322
328
|
"_editorLoading": [32],
|
323
329
|
"_translations": [32]
|
324
330
|
}, [[8, "featureSelectionChange", "featureSelectionChange"]], {
|
@@ -24,6 +24,7 @@ const FeatureDetails = /*@__PURE__*/ proxyCustomElement(class FeatureDetails ext
|
|
24
24
|
this.addComment = createEvent(this, "addComment", 7);
|
25
25
|
this.likeOrDislikeClicked = createEvent(this, "likeOrDislikeClicked", 7);
|
26
26
|
this.featureSelectionChange = createEvent(this, "featureSelectionChange", 7);
|
27
|
+
this.enableSnapping = false;
|
27
28
|
this.mapView = undefined;
|
28
29
|
this.graphics = undefined;
|
29
30
|
this.reportingOptions = undefined;
|
@@ -178,12 +179,12 @@ const FeatureDetails = /*@__PURE__*/ proxyCustomElement(class FeatureDetails ext
|
|
178
179
|
render() {
|
179
180
|
//When related features found show comments list of only those features else comments list will be empty
|
180
181
|
const commentsListWhereClause = this._relatedFeaturesOIDs?.length > 0 ? `objectId in(${this._relatedFeaturesOIDs})` : '1=0';
|
181
|
-
return (h("calcite-panel", { key: '
|
182
|
-
h("div", { key: '
|
183
|
-
h("calcite-button", { key: '
|
184
|
-
h("calcite-button", { key: '
|
185
|
-
h("calcite-button", { key: '
|
186
|
-
h("feature-list", { key: '
|
182
|
+
return (h("calcite-panel", { key: '9fea2f56281419fd95720cd6b0f7369017d975b0', "full-height": true }, h("info-card", { key: 'ae9f7a316ba49b59dbbfaeb011aa3475b70f809b', allowEditing: false, enableSnapping: this.enableSnapping, 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) &&
|
183
|
+
h("div", { key: '7da88cf71d12c05321895a04d8e4039d74a466e9', class: "buttons-container" }, this._commentsAvailable &&
|
184
|
+
h("calcite-button", { key: 'ebc7b32a69c551fe8e2a8dd10d69cde8b9078e4f', appearance: "transparent", iconEnd: "speech-bubble", kind: "neutral", onClick: () => { this.addComment.emit(); }, scale: 'm' }, this._relatedFeaturesOIDs.length), this._likeFieldAvailable &&
|
185
|
+
h("calcite-button", { key: 'ef43f47829ebb6b04dbaaf7a20ee9848d9c21c87', 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 &&
|
186
|
+
h("calcite-button", { key: '64651be363c2d1a5083002dcad4bff4d040a396a', 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 &&
|
187
|
+
h("feature-list", { key: 'fff5e1ce72310a5a41b2223578165011026e1b8c', 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, showFullTitle: this.showFullCommentTitle, showInitialLoading: false, showUserImageInList: this.showUserImageInCommentsList, textSize: "small", whereClause: commentsListWhereClause })));
|
187
188
|
}
|
188
189
|
/**
|
189
190
|
* Load esri javascript api modules
|
@@ -457,6 +458,7 @@ const FeatureDetails = /*@__PURE__*/ proxyCustomElement(class FeatureDetails ext
|
|
457
458
|
}; }
|
458
459
|
static get style() { return FeatureDetailsStyle0; }
|
459
460
|
}, [0, "feature-details", {
|
461
|
+
"enableSnapping": [4, "enable-snapping"],
|
460
462
|
"mapView": [16],
|
461
463
|
"graphics": [16],
|
462
464
|
"reportingOptions": [16],
|
@@ -22,6 +22,7 @@ const InfoCard = /*@__PURE__*/ proxyCustomElement(class InfoCard extends HTMLEle
|
|
22
22
|
this.clearSelection = createEvent(this, "clearSelection", 7);
|
23
23
|
this.selectionChanged = createEvent(this, "selectionChanged", 7);
|
24
24
|
this.enableEditGeometry = false;
|
25
|
+
this.enableSnapping = false;
|
25
26
|
this.graphics = undefined;
|
26
27
|
this.isLoading = false;
|
27
28
|
this.isMobile = undefined;
|
@@ -262,8 +263,8 @@ const InfoCard = /*@__PURE__*/ proxyCustomElement(class InfoCard extends HTMLEle
|
|
262
263
|
// if user has navigated to the related feature then pass the related feature to the graphics
|
263
264
|
const graphics = this._relatedFeature ? [this._relatedFeature] : this.graphics;
|
264
265
|
const selectedFeatureIndex = this._navigatedToRelatedFeature ? 0 : this._features?.selectedFeatureIndex;
|
265
|
-
return (h(Host, { key: '
|
266
|
-
h("div", { key: '
|
266
|
+
return (h(Host, { key: '5b379325eff02faa0cc5bb93b625f63e75dac557' }, h("calcite-shell", { key: 'ce3b54deb9c64f8f6a4ec58a8dce37bb738e1307', style: { position: this.position } }, this._getHeader(), h("calcite-loader", { key: '3c2824073847b85b0a7a455c1e5ea1dc1d92169a', class: loadingClass, label: this._translations.fetchingData }), h("div", { key: '02645c7bc0a5e0c20a7888f6fc6e5ac0c913b908', class: "esri-widget feature-node " + featureNodeClass, id: this._featuresNodeId }), h("div", { key: 'f7168748d005c4347295b9f85ebac29f49f197d2', class: `${editButtonClass} width-100`, slot: "footer" }, this.allowEditing &&
|
267
|
+
h("div", { key: '5ff5d61eb97f46789d781ed1c7d3a446542f3a68', class: "display-flex top-border padding-1-2" }, h("calcite-button", { key: '632f599ee2da0ea49baf4ee5fcff47434b3f2e8d', 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: '15673c1194d9ce01d6441330423352f54539158d', placement: "bottom", "reference-element": "solutions-edit" }, h("span", { key: 'bf7f3c471e66a6902863a667642fb49eb2d98938' }, 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: '337417e71ee660dff91793b99a74983ca765d616', class: `display-flex padding-1-2 button-container top-border ${nextBackClass}` }, h("div", { key: '6425566f26dfd1a3e35b44823f7727ddffe80efc' }, h("calcite-button", { key: '7f6cf491407741b95b3f1c2e1d533f903dd402a6', appearance: 'transparent', disabled: nextBackDisabled, iconFlipRtl: "both", iconStart: "chevron-left", id: "solutions-back", onClick: () => this._back(), width: "full" }), h("calcite-tooltip", { key: '1c209dd4229b3b3f1490563f722d19247454cb8f', placement: "top", "reference-element": "solutions-back" }, h("span", { key: '5cdbe55fddd53f430171e286ca0cf7785c564f92' }, this._translations.back))), h("calcite-action", { key: '3964c9e101508084299235ab4e4e15dedd1cd3fd', class: 'pagination-action', iconFlipRtl: true, onClick: () => this._toggleListView(), scale: "s", text: "", textEnabled: true }, h("span", { key: '3bc52707b7eac70e13caf9d2a24a09fc09456cf9', class: "pagination-count" }, this._count)), h("div", { key: '7c70dd2f40d1b799aa5c053e623cd43dc1da1594' }, h("calcite-button", { key: '9251259b306f5f0a13f953c742be7ea0606f1a2a', appearance: "transparent", disabled: nextBackDisabled, iconFlipRtl: "both", iconStart: "chevron-right", id: "solutions-next", onClick: () => this._next(), width: "full" }), h("calcite-tooltip", { key: '4634f29cf4e5c212f1f0fd46c6e5505b2f0d8dfe', placement: "top", "reference-element": "solutions-next" }, h("span", { key: 'f6480bb70598aa89547256af8867ab657e17aece' }, this._translations.next))))), h("edit-card", { key: '467a508438eceac82d387238edfaf3da7c644da9', class: editClass, enableEditGeometry: this.enableEditGeometry, enableSnapping: this.enableSnapping, graphicIndex: selectedFeatureIndex, graphics: graphics, locale: this.locale, mapView: this.mapView, open: this._editRecordOpen }), h("calcite-alert", { key: '53eba21ad693a3655d695fd1d1ae6211f7f1c68a', icon: "layer-broken", kind: "warning", label: "", onCalciteAlertClose: () => this._alertClosed(), open: this._alertOpen, placement: "top" }, h("div", { key: '01ecc5c16948cd9f140d523cdc21dee1e45b4bcc', slot: "title" }, this._translations.editDisabled), h("div", { key: 'ae30d08e51b01a2eb1c7d3a6f276ba15b7ccf849', slot: "message" }, this._translations.enableEditing)))));
|
267
268
|
}
|
268
269
|
//--------------------------------------------------------------------------
|
269
270
|
//
|
@@ -454,6 +455,7 @@ const InfoCard = /*@__PURE__*/ proxyCustomElement(class InfoCard extends HTMLEle
|
|
454
455
|
static get style() { return InfoCardStyle0; }
|
455
456
|
}, [0, "info-card", {
|
456
457
|
"enableEditGeometry": [4, "enable-edit-geometry"],
|
458
|
+
"enableSnapping": [4, "enable-snapping"],
|
457
459
|
"graphics": [16],
|
458
460
|
"isLoading": [4, "is-loading"],
|
459
461
|
"isMobile": [4, "is-mobile"],
|
@@ -630,7 +630,7 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
630
630
|
const showSearch = this._canShowFullTextSearch();
|
631
631
|
this._validateActiveActions();
|
632
632
|
return (h(Host, { key: '5141283322c3492f26768af0b712df01ebb734ad' }, h("div", { key: '3a1742f91134a896a5cf8298e2359d2370a95b51' }, h("calcite-scrim", { key: 'e50e99752b35ad923bfa2adb005cc004d655c6fb', class: scrimClass, loading: this._queryingData }), h("calcite-shell", { key: '51c5b8cd436c352144f5072ea07f26518b3602f4' }, this._getTableControlRow("header"), h("div", { key: '74ac951ac1a460ed555b70db37d6502585fd702d', class: `width-full ${tableHeightClass}` }, h("calcite-panel", { key: '0afcdaa113b15a7c4a95fb2615f7b8e19bffc5f3', class: "height-full width-full" }, showSearch &&
|
633
|
-
h("div", { key: 'eae1850675897ebf1f2f34a2c13f9b7e19a5b962', class: "search-container" }, h("calcite-input", { key: 'cde8ce3a6bf1d9da95825fc543c7e3d72643a1f6', class: "search", clearable: true, icon: "search", onCalciteInputChange: (evt) => void this._searchTextChanged(evt), placeholder: this._searchPlaceHolder, title: this._searchPlaceHolder, type: "search" })), h("calcite-loader", { key: '78beeb6521f065fd4dbbf233f6807acefcc7fa66', class: loadingClass, label: this._translations.fetchingData, scale: "l" }), h("div", { key: 'bc258046891b9d8ca3e6e67fb16b9b7c909f2bbc', class: tableNodeClass, ref: this.onTableNodeCreate }))), !this.isMobile ? (h("div", { class: "bottom-left text-color height-19" }, this._translations.recordsSelected
|
633
|
+
h("div", { key: 'eae1850675897ebf1f2f34a2c13f9b7e19a5b962', class: "search-container" }, h("calcite-input", { key: 'cde8ce3a6bf1d9da95825fc543c7e3d72643a1f6', class: "search", clearable: true, icon: "search", onCalciteInputChange: (evt) => void this._searchTextChanged(evt), placeholder: this._searchPlaceHolder, title: this._searchPlaceHolder, type: "search" })), h("calcite-loader", { key: '78beeb6521f065fd4dbbf233f6807acefcc7fa66', class: loadingClass, label: this._translations.fetchingData, scale: "l" }), h("div", { key: 'bc258046891b9d8ca3e6e67fb16b9b7c909f2bbc', class: tableNodeClass, ref: this.onTableNodeCreate }))), !this.isMobile ? (h("div", { class: "bottom-left text-color height-19", id: "solutions-selected-count-div" }, this._translations.recordsSelected
|
634
634
|
.replace("{{total}}", total)
|
635
635
|
.replace("{{selected}}", selected))) : undefined), this.createFilterModal && this._filterModal())));
|
636
636
|
}
|
@@ -1890,7 +1890,10 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
1890
1890
|
};
|
1891
1891
|
const fields = this._table.columns.toArray().reduce((prev, cur) => {
|
1892
1892
|
if (!cur.hidden) {
|
1893
|
-
|
1893
|
+
const name = cur?.name || cur?.fieldName;
|
1894
|
+
if (name) {
|
1895
|
+
prev.push(name.toLocaleLowerCase());
|
1896
|
+
}
|
1894
1897
|
}
|
1895
1898
|
return prev;
|
1896
1899
|
}, []);
|
@@ -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);
|
@@ -831,7 +832,7 @@ const LayerTable = class {
|
|
831
832
|
const showSearch = this._canShowFullTextSearch();
|
832
833
|
this._validateActiveActions();
|
833
834
|
return (h(Host, { key: '5141283322c3492f26768af0b712df01ebb734ad' }, h("div", { key: '3a1742f91134a896a5cf8298e2359d2370a95b51' }, h("calcite-scrim", { key: 'e50e99752b35ad923bfa2adb005cc004d655c6fb', class: scrimClass, loading: this._queryingData }), h("calcite-shell", { key: '51c5b8cd436c352144f5072ea07f26518b3602f4' }, this._getTableControlRow("header"), h("div", { key: '74ac951ac1a460ed555b70db37d6502585fd702d', class: `width-full ${tableHeightClass}` }, h("calcite-panel", { key: '0afcdaa113b15a7c4a95fb2615f7b8e19bffc5f3', class: "height-full width-full" }, showSearch &&
|
834
|
-
h("div", { key: 'eae1850675897ebf1f2f34a2c13f9b7e19a5b962', class: "search-container" }, h("calcite-input", { key: 'cde8ce3a6bf1d9da95825fc543c7e3d72643a1f6', class: "search", clearable: true, icon: "search", onCalciteInputChange: (evt) => void this._searchTextChanged(evt), placeholder: this._searchPlaceHolder, title: this._searchPlaceHolder, type: "search" })), h("calcite-loader", { key: '78beeb6521f065fd4dbbf233f6807acefcc7fa66', class: loadingClass, label: this._translations.fetchingData, scale: "l" }), h("div", { key: 'bc258046891b9d8ca3e6e67fb16b9b7c909f2bbc', class: tableNodeClass, ref: this.onTableNodeCreate }))), !this.isMobile ? (h("div", { class: "bottom-left text-color height-19" }, this._translations.recordsSelected
|
835
|
+
h("div", { key: 'eae1850675897ebf1f2f34a2c13f9b7e19a5b962', class: "search-container" }, h("calcite-input", { key: 'cde8ce3a6bf1d9da95825fc543c7e3d72643a1f6', class: "search", clearable: true, icon: "search", onCalciteInputChange: (evt) => void this._searchTextChanged(evt), placeholder: this._searchPlaceHolder, title: this._searchPlaceHolder, type: "search" })), h("calcite-loader", { key: '78beeb6521f065fd4dbbf233f6807acefcc7fa66', class: loadingClass, label: this._translations.fetchingData, scale: "l" }), h("div", { key: 'bc258046891b9d8ca3e6e67fb16b9b7c909f2bbc', 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
|
}, []);
|
@@ -17,7 +17,7 @@ import './solution-resource-30a29505.js';
|
|
17
17
|
import './restHelpersGet-a7fda344.js';
|
18
18
|
import './update-ad0b88fa.js';
|
19
19
|
|
20
|
-
const createFeatureCss = ":host{display:block}.esri-editor__panel-toolbar{display:none !important}.esri-editor__panel-content{padding-block:0px !important}.esri-editor .esri-item-list__group__header{display:none !important}.esri-editor__panel-content__section .esri-widget__heading{display:none !important}.esri-editor .esri-item-list__filter-container--sticky{padding-block:0px !important;padding-inline:10px !important}.search-widget{width:92% !important;margin:5px 14px 20px 14px}.display-none{display:none !important}.hide-map{height:1%;visibility:hidden}.show-map{padding:10px !important;position:absolute !important;bottom:0;height:auto !important;width:calc(100% - 22px)}.notice-msg{padding:10px;width:calc(100% - 20px)}.esri-editor__panel-content{padding-block:10px !important}@media only screen and (max-width: 600px){.esri-editor__panel-content{padding-block:0 !important;min-height:0 !important}}";
|
20
|
+
const createFeatureCss = ":host{display:block}.hide-editor-toolbar .esri-editor__panel-toolbar{display:none !important}.esri-editor__panel-content{padding-block:0px !important}.esri-editor .esri-item-list__group__header{display:none !important}.esri-editor__panel-content__section .esri-widget__heading{display:none !important}.esri-editor .esri-item-list__filter-container--sticky{padding-block:0px !important;padding-inline:10px !important}.search-widget{width:92% !important;margin:5px 14px 20px 14px}.display-none{display:none !important}.hide-map{height:1%;visibility:hidden}.show-map{padding:10px !important;position:absolute !important;bottom:0;height:auto !important;width:calc(100% - 22px)}.notice-msg{padding:10px;width:calc(100% - 20px)}.esri-editor__panel-content{padding-block:10px !important}@media only screen and (max-width: 600px){.esri-editor__panel-content{padding-block:0 !important;min-height:0 !important}}";
|
21
21
|
const CreateFeatureStyle0 = createFeatureCss;
|
22
22
|
|
23
23
|
const CreateFeature = class {
|
@@ -31,6 +31,7 @@ const CreateFeature = class {
|
|
31
31
|
this.modeChanged = createEvent(this, "modeChanged", 7);
|
32
32
|
this.customizeSubmit = false;
|
33
33
|
this.enableSearch = false;
|
34
|
+
this.enableSnapping = false;
|
34
35
|
this.floorLevel = undefined;
|
35
36
|
this.formElements = undefined;
|
36
37
|
this.isMobile = undefined;
|
@@ -291,8 +292,8 @@ const CreateFeature = class {
|
|
291
292
|
else if (this._currentPage === 'featureForm') {
|
292
293
|
guidingMsg = this._translations.provideDetailsMsg;
|
293
294
|
}
|
294
|
-
return (h(Fragment, { key: '
|
295
|
-
h("div", { key: '
|
295
|
+
return (h(Fragment, { key: '07a1a08a5cd9d8c439870a2500922fbd6839dac9' }, showGuidingMsg && h("calcite-notice", { key: '5d846812fc38f9ca4e9bd997f5bc519fe8a4f21e', class: "notice-msg", icon: "lightbulb", kind: "success", open: true, ref: el => this._calciteNotice = el }, h("div", { key: '8ad1da020a728e19e5d2f3add15ec7c5a8bbdd9f', slot: "message" }, guidingMsg)), h("calcite-loader", { key: '39a0843ca8b16e60a7468908eb00d08a15703756', class: loaderClass, label: "", scale: "s" }), h("div", { key: '1ce7ea5afc559adc1b0d8d8d60696bcf5783453b', class: featureFormClass, id: "feature-form" }), this.enableSearch &&
|
296
|
+
h("div", { key: 'e2832e4a615051a7d0a6cd29de348ef2d0c65cb9', class: `search-widget ${showSearchWidget} ${featureFormClass}`, id: "search-widget-ref", ref: el => this._searchDiv = el }), h("div", { key: 'a3388a9cf013a7c7155119d12835dc996ec9c947', class: `${mobileMapClass}`, ref: (el) => { this._mapViewContainer = el; } })));
|
296
297
|
}
|
297
298
|
//--------------------------------------------------------------------------
|
298
299
|
//
|
@@ -371,6 +372,9 @@ const CreateFeature = class {
|
|
371
372
|
const layerInfos = [];
|
372
373
|
this._container = document.createElement("div");
|
373
374
|
this._container?.classList.add("display-none");
|
375
|
+
if (!this.enableSnapping) {
|
376
|
+
this._container.classList.add("hide-editor-toolbar");
|
377
|
+
}
|
374
378
|
const allMapLayers = await getAllLayers(this._updatedMapView);
|
375
379
|
this._selectedLayer = await getLayerOrTable(this.mapView, this.selectedLayerId);
|
376
380
|
// if layer is selected then only use the layerInfos while initializing the editor widget
|
@@ -390,7 +394,8 @@ const CreateFeature = class {
|
|
390
394
|
view: this._updatedMapView,
|
391
395
|
layerInfos: layerInfos,
|
392
396
|
visibleElements: {
|
393
|
-
|
397
|
+
settingsMenu: this.enableSnapping,
|
398
|
+
snappingControls: this.enableSnapping,
|
394
399
|
createFeaturesSection: true,
|
395
400
|
editFeaturesSection: false,
|
396
401
|
flow: false
|
@@ -840,7 +845,7 @@ const DeleteButton = class {
|
|
840
845
|
};
|
841
846
|
DeleteButton.style = DeleteButtonStyle0;
|
842
847
|
|
843
|
-
const editCardCss = ":host{display:block}.padding-bottom-1{padding-bottom:1rem}.font-bold{font-weight:var(--calcite-font-weight-bold)}.font-500{font-weight:var(--calcite-font-weight-medium)}.font-italic{font-style:italic}#feature-form{padding-top:0px}.padding-sides-bottom-1{padding:0 1rem 1rem 1rem}.position-relative{position:relative}.esri-editor__prompt--danger{position:relative !important;width:100% !important;background-color:var(--calcite-color-foreground-1) !important}.esri-feature__content-node{background-color:var(--calcite-color-foreground-1) !important}.esri-editor__panel-toolbar{display:none !important}.position-absolute{position:absolute;top:0;right:0;bottom:0;left:0;overflow:auto}.esri-editor__panel-content{padding-block:10px !important}";
|
848
|
+
const editCardCss = ":host{display:block}.padding-bottom-1{padding-bottom:1rem}.font-bold{font-weight:var(--calcite-font-weight-bold)}.font-500{font-weight:var(--calcite-font-weight-medium)}.font-italic{font-style:italic}#feature-form{padding-top:0px}.padding-sides-bottom-1{padding:0 1rem 1rem 1rem}.position-relative{position:relative}.esri-editor__prompt--danger{position:relative !important;width:100% !important;background-color:var(--calcite-color-foreground-1) !important}.esri-feature__content-node{background-color:var(--calcite-color-foreground-1) !important}.hide-editor-toolbar .esri-editor__panel-toolbar{display:none !important}.position-absolute{position:absolute;top:0;right:0;bottom:0;left:0;overflow:auto}.esri-editor__panel-content{padding-block:10px !important}";
|
844
849
|
const EditCardStyle0 = editCardCss;
|
845
850
|
|
846
851
|
const EditCard = class {
|
@@ -851,11 +856,12 @@ const EditCard = class {
|
|
851
856
|
this.editsComplete = createEvent(this, "editsComplete", 7);
|
852
857
|
this.refreshGraphics = createEvent(this, "refreshGraphics", 7);
|
853
858
|
this.enableEditGeometry = false;
|
859
|
+
this.enableSnapping = false;
|
860
|
+
this.graphicIndex = 0;
|
854
861
|
this.graphics = undefined;
|
855
862
|
this.locale = undefined;
|
856
863
|
this.mapView = undefined;
|
857
864
|
this.open = false;
|
858
|
-
this.graphicIndex = 0;
|
859
865
|
this._editorLoading = false;
|
860
866
|
this._translations = undefined;
|
861
867
|
}
|
@@ -1032,7 +1038,7 @@ const EditCard = class {
|
|
1032
1038
|
!this.graphics[0].layer.editingEnabled : true;
|
1033
1039
|
const tableNodeClass = this._editorLoading ? "display-none" : "position-absolute";
|
1034
1040
|
const loadingClass = this._editorLoading ? "" : "display-none";
|
1035
|
-
return (h(Host, { key: '
|
1041
|
+
return (h(Host, { key: 'bf9a2cc632deb0cc203f6a2fa837008f8e809482' }, h("div", { key: 'fa2ad6208c2274fe2982b71502d52694e3838162', 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: '98c1d2cb3dce8855b0c792328c893b6947e01f4c', class: "position-absolute" }, h("div", { key: 'ebf21d9145dabcc3b91a4fc44d3a3ae92a6ef5ea', class: tableNodeClass, id: "feature-form", ref: (el) => this._editContainer = el }), h("calcite-loader", { key: 'd3da2a76b0dda07540ca6f65a2f671e825af211a', class: loadingClass, label: "", scale: "s" })))));
|
1036
1042
|
}
|
1037
1043
|
//--------------------------------------------------------------------------
|
1038
1044
|
//
|
@@ -1073,7 +1079,8 @@ const EditCard = class {
|
|
1073
1079
|
layerInfos,
|
1074
1080
|
visibleElements: {
|
1075
1081
|
flow: true,
|
1076
|
-
|
1082
|
+
settingsMenu: this.enableSnapping,
|
1083
|
+
snappingControls: this.enableSnapping,
|
1077
1084
|
},
|
1078
1085
|
container
|
1079
1086
|
});
|
@@ -1096,6 +1103,9 @@ const EditCard = class {
|
|
1096
1103
|
this.open = false;
|
1097
1104
|
}
|
1098
1105
|
});
|
1106
|
+
if (!this.enableSnapping) {
|
1107
|
+
container.classList.add("hide-editor-toolbar");
|
1108
|
+
}
|
1099
1109
|
// had issues with destroy before adding like this
|
1100
1110
|
this._editContainer.appendChild(container);
|
1101
1111
|
this.editorInitialized.emit(this._editor);
|
@@ -1155,6 +1165,7 @@ const InfoCard = class {
|
|
1155
1165
|
this.clearSelection = createEvent(this, "clearSelection", 7);
|
1156
1166
|
this.selectionChanged = createEvent(this, "selectionChanged", 7);
|
1157
1167
|
this.enableEditGeometry = false;
|
1168
|
+
this.enableSnapping = false;
|
1158
1169
|
this.graphics = undefined;
|
1159
1170
|
this.isLoading = false;
|
1160
1171
|
this.isMobile = undefined;
|
@@ -1395,8 +1406,8 @@ const InfoCard = class {
|
|
1395
1406
|
// if user has navigated to the related feature then pass the related feature to the graphics
|
1396
1407
|
const graphics = this._relatedFeature ? [this._relatedFeature] : this.graphics;
|
1397
1408
|
const selectedFeatureIndex = this._navigatedToRelatedFeature ? 0 : this._features?.selectedFeatureIndex;
|
1398
|
-
return (h(Host, { key: '
|
1399
|
-
h("div", { key: '
|
1409
|
+
return (h(Host, { key: '5b379325eff02faa0cc5bb93b625f63e75dac557' }, h("calcite-shell", { key: 'ce3b54deb9c64f8f6a4ec58a8dce37bb738e1307', style: { position: this.position } }, this._getHeader(), h("calcite-loader", { key: '3c2824073847b85b0a7a455c1e5ea1dc1d92169a', class: loadingClass, label: this._translations.fetchingData }), h("div", { key: '02645c7bc0a5e0c20a7888f6fc6e5ac0c913b908', class: "esri-widget feature-node " + featureNodeClass, id: this._featuresNodeId }), h("div", { key: 'f7168748d005c4347295b9f85ebac29f49f197d2', class: `${editButtonClass} width-100`, slot: "footer" }, this.allowEditing &&
|
1410
|
+
h("div", { key: '5ff5d61eb97f46789d781ed1c7d3a446542f3a68', class: "display-flex top-border padding-1-2" }, h("calcite-button", { key: '632f599ee2da0ea49baf4ee5fcff47434b3f2e8d', 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: '15673c1194d9ce01d6441330423352f54539158d', placement: "bottom", "reference-element": "solutions-edit" }, h("span", { key: 'bf7f3c471e66a6902863a667642fb49eb2d98938' }, 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: '337417e71ee660dff91793b99a74983ca765d616', class: `display-flex padding-1-2 button-container top-border ${nextBackClass}` }, h("div", { key: '6425566f26dfd1a3e35b44823f7727ddffe80efc' }, h("calcite-button", { key: '7f6cf491407741b95b3f1c2e1d533f903dd402a6', appearance: 'transparent', disabled: nextBackDisabled, iconFlipRtl: "both", iconStart: "chevron-left", id: "solutions-back", onClick: () => this._back(), width: "full" }), h("calcite-tooltip", { key: '1c209dd4229b3b3f1490563f722d19247454cb8f', placement: "top", "reference-element": "solutions-back" }, h("span", { key: '5cdbe55fddd53f430171e286ca0cf7785c564f92' }, this._translations.back))), h("calcite-action", { key: '3964c9e101508084299235ab4e4e15dedd1cd3fd', class: 'pagination-action', iconFlipRtl: true, onClick: () => this._toggleListView(), scale: "s", text: "", textEnabled: true }, h("span", { key: '3bc52707b7eac70e13caf9d2a24a09fc09456cf9', class: "pagination-count" }, this._count)), h("div", { key: '7c70dd2f40d1b799aa5c053e623cd43dc1da1594' }, h("calcite-button", { key: '9251259b306f5f0a13f953c742be7ea0606f1a2a', appearance: "transparent", disabled: nextBackDisabled, iconFlipRtl: "both", iconStart: "chevron-right", id: "solutions-next", onClick: () => this._next(), width: "full" }), h("calcite-tooltip", { key: '4634f29cf4e5c212f1f0fd46c6e5505b2f0d8dfe', placement: "top", "reference-element": "solutions-next" }, h("span", { key: 'f6480bb70598aa89547256af8867ab657e17aece' }, this._translations.next))))), h("edit-card", { key: '467a508438eceac82d387238edfaf3da7c644da9', class: editClass, enableEditGeometry: this.enableEditGeometry, enableSnapping: this.enableSnapping, graphicIndex: selectedFeatureIndex, graphics: graphics, locale: this.locale, mapView: this.mapView, open: this._editRecordOpen }), h("calcite-alert", { key: '53eba21ad693a3655d695fd1d1ae6211f7f1c68a', icon: "layer-broken", kind: "warning", label: "", onCalciteAlertClose: () => this._alertClosed(), open: this._alertOpen, placement: "top" }, h("div", { key: '01ecc5c16948cd9f140d523cdc21dee1e45b4bcc', slot: "title" }, this._translations.editDisabled), h("div", { key: 'ae30d08e51b01a2eb1c7d3a6f276ba15b7ccf849', slot: "message" }, this._translations.enableEditing)))));
|
1400
1411
|
}
|
1401
1412
|
//--------------------------------------------------------------------------
|
1402
1413
|
//
|
@@ -10,7 +10,7 @@ import { e as esriLoader } from './esri-loader-c6842c6b.js';
|
|
10
10
|
import './interfaces-659e3836.js';
|
11
11
|
import './_commonjsHelpers-089957fe.js';
|
12
12
|
|
13
|
-
const createRelatedFeatureCss = ":host{display:block}.esri-editor__panel-toolbar{display:none !important}.display-none{display:none !important}.esri-editor__panel-content{padding-block:10px !important}.notice-msg{padding:10px;width:calc(100% - 20px)}";
|
13
|
+
const createRelatedFeatureCss = ":host{display:block}.hide-editor-toolbar .esri-editor__panel-toolbar{display:none !important}.display-none{display:none !important}.esri-editor__panel-content{padding-block:10px !important}.notice-msg{padding:10px;width:calc(100% - 20px)}";
|
14
14
|
const CreateRelatedFeatureStyle0 = createRelatedFeatureCss;
|
15
15
|
|
16
16
|
const CreateRelatedFeature = class {
|
@@ -20,12 +20,13 @@ const CreateRelatedFeature = class {
|
|
20
20
|
this.fail = createEvent(this, "fail", 7);
|
21
21
|
this.isActionPending = createEvent(this, "isActionPending", 7);
|
22
22
|
this.formReady = createEvent(this, "formReady", 7);
|
23
|
+
this.customizeSubmit = false;
|
24
|
+
this.enableSnapping = false;
|
23
25
|
this.locale = undefined;
|
24
26
|
this.mapView = undefined;
|
25
|
-
this.table = undefined;
|
26
27
|
this.selectedFeature = undefined;
|
27
|
-
this.customizeSubmit = false;
|
28
28
|
this.showGuidingMsg = true;
|
29
|
+
this.table = undefined;
|
29
30
|
this._editorLoading = false;
|
30
31
|
this._translations = undefined;
|
31
32
|
}
|
@@ -40,23 +41,23 @@ const CreateRelatedFeature = class {
|
|
40
41
|
* The Editor constructor
|
41
42
|
*/
|
42
43
|
Editor;
|
43
|
-
/**
|
44
|
-
* esri/widgets/Editor: https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor.html
|
45
|
-
* The Editor instance
|
46
|
-
*/
|
47
|
-
_editor;
|
48
44
|
/**
|
49
45
|
* esri/core/reactiveUtils: https://developers.arcgis.com/javascript/latest/api-reference/esri-core-reactiveUtils.html
|
50
46
|
*/
|
51
47
|
reactiveUtils;
|
48
|
+
/**
|
49
|
+
* boolean: Flag to maintain the add attachment
|
50
|
+
*/
|
51
|
+
_addingAttachment;
|
52
52
|
/**
|
53
53
|
* HTMLDivElement: The node the editor will be added to
|
54
54
|
*/
|
55
55
|
_container;
|
56
56
|
/**
|
57
|
-
|
58
|
-
|
59
|
-
|
57
|
+
* esri/widgets/Editor: https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor.html
|
58
|
+
* The Editor instance
|
59
|
+
*/
|
60
|
+
_editor;
|
60
61
|
/**
|
61
62
|
* boolean: Flag to maintain form submission using submit button
|
62
63
|
*/
|
@@ -164,7 +165,7 @@ const CreateRelatedFeature = class {
|
|
164
165
|
}
|
165
166
|
render() {
|
166
167
|
const loaderClass = this._editorLoading ? "" : "display-none";
|
167
|
-
return (h(Fragment, { key: '
|
168
|
+
return (h(Fragment, { key: '5251d18b13ed90499cd960305773b6fb04efd4db' }, this.showGuidingMsg && h("calcite-notice", { key: '9f2902f8dab476734d3a70fad4e5cc7996f721a8', class: "notice-msg", icon: "lightbulb", kind: "success", open: true }, h("div", { key: '650f56b689cde544c96e24a966da7283efcdfcbe', slot: "message" }, this._translations.provideDetailsMsg)), h("calcite-loader", { key: 'be4c67978909e7dcf18fe8dece831b8830dee5d1', class: loaderClass, label: "", scale: "s" })));
|
168
169
|
}
|
169
170
|
/**
|
170
171
|
* StencilJS: Called once just after the component is fully loaded and the first render() occurs.
|
@@ -190,11 +191,15 @@ const CreateRelatedFeature = class {
|
|
190
191
|
}
|
191
192
|
this._container = document.createElement("div");
|
192
193
|
this._container?.classList.add("display-none");
|
194
|
+
if (!this.enableSnapping) {
|
195
|
+
this._container.classList.add("hide-editor-toolbar");
|
196
|
+
}
|
193
197
|
this._editor = new this.Editor({
|
194
198
|
view: this.mapView,
|
195
199
|
visibleElements: {
|
196
200
|
flow: true,
|
197
|
-
|
201
|
+
settingsMenu: this.enableSnapping,
|
202
|
+
snappingControls: this.enableSnapping,
|
198
203
|
},
|
199
204
|
container: this._container
|
200
205
|
});
|
@@ -370,6 +375,7 @@ const FeatureDetails = class {
|
|
370
375
|
this.addComment = createEvent(this, "addComment", 7);
|
371
376
|
this.likeOrDislikeClicked = createEvent(this, "likeOrDislikeClicked", 7);
|
372
377
|
this.featureSelectionChange = createEvent(this, "featureSelectionChange", 7);
|
378
|
+
this.enableSnapping = false;
|
373
379
|
this.mapView = undefined;
|
374
380
|
this.graphics = undefined;
|
375
381
|
this.reportingOptions = undefined;
|
@@ -524,12 +530,12 @@ const FeatureDetails = class {
|
|
524
530
|
render() {
|
525
531
|
//When related features found show comments list of only those features else comments list will be empty
|
526
532
|
const commentsListWhereClause = this._relatedFeaturesOIDs?.length > 0 ? `objectId in(${this._relatedFeaturesOIDs})` : '1=0';
|
527
|
-
return (h("calcite-panel", { key: '
|
528
|
-
h("div", { key: '
|
529
|
-
h("calcite-button", { key: '
|
530
|
-
h("calcite-button", { key: '
|
531
|
-
h("calcite-button", { key: '
|
532
|
-
h("feature-list", { key: '
|
533
|
+
return (h("calcite-panel", { key: '9fea2f56281419fd95720cd6b0f7369017d975b0', "full-height": true }, h("info-card", { key: 'ae9f7a316ba49b59dbbfaeb011aa3475b70f809b', allowEditing: false, enableSnapping: this.enableSnapping, 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) &&
|
534
|
+
h("div", { key: '7da88cf71d12c05321895a04d8e4039d74a466e9', class: "buttons-container" }, this._commentsAvailable &&
|
535
|
+
h("calcite-button", { key: 'ebc7b32a69c551fe8e2a8dd10d69cde8b9078e4f', appearance: "transparent", iconEnd: "speech-bubble", kind: "neutral", onClick: () => { this.addComment.emit(); }, scale: 'm' }, this._relatedFeaturesOIDs.length), this._likeFieldAvailable &&
|
536
|
+
h("calcite-button", { key: 'ef43f47829ebb6b04dbaaf7a20ee9848d9c21c87', 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 &&
|
537
|
+
h("calcite-button", { key: '64651be363c2d1a5083002dcad4bff4d040a396a', 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 &&
|
538
|
+
h("feature-list", { key: 'fff5e1ce72310a5a41b2223578165011026e1b8c', 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, showFullTitle: this.showFullCommentTitle, showInitialLoading: false, showUserImageInList: this.showUserImageInCommentsList, textSize: "small", whereClause: commentsListWhereClause })));
|
533
539
|
}
|
534
540
|
/**
|
535
541
|
* Load esri javascript api modules
|
@@ -42,6 +42,7 @@ const CrowdsourceManager = class {
|
|
42
42
|
this.enableLegend = true;
|
43
43
|
this.enableSearch = true;
|
44
44
|
this.enableShare = false;
|
45
|
+
this.enableSnapping = true;
|
45
46
|
this.enableZoom = true;
|
46
47
|
this.locale = undefined;
|
47
48
|
this.mapInfos = [];
|
@@ -266,7 +267,7 @@ const CrowdsourceManager = class {
|
|
266
267
|
render() {
|
267
268
|
// only avoid border when we have a header color that is not white
|
268
269
|
const borderClass = this.popupHeaderColor && this.popupHeaderColor !== "#FFFFFF" ? "border-width-0" : "";
|
269
|
-
return (h(Host, { key: '
|
270
|
+
return (h(Host, { key: '1d30ec71032cffd61c016cc846f59a8e437253de' }, h("calcite-shell", { key: '836f6e8cde7c3e5b177803b607e26a41bdea42a3', class: "position-relative" }, h("calcite-panel", { key: '0c968ccf6d19aa754b56dc5a3714e3b6f44dcac9', class: `width-full height-full ${borderClass}`, loading: this._isLoading }, this._getBody(this._layoutMode, this._panelOpen, this._hideTable)), this._getFooter()), this._filterModal(), this._deleteModal()));
|
270
271
|
}
|
271
272
|
/**
|
272
273
|
* Called after each render
|
@@ -497,7 +498,7 @@ const CrowdsourceManager = class {
|
|
497
498
|
const isTableLayout = this.appLayout === 'tableView';
|
498
499
|
const cardManagerHeight = isTableLayout && this.mapInfos?.length > 1 ? "adjusted-height-100-51" : isMapLayout || isTableLayout ? "height-full" : (this._numSelected > 0 && !this._isMobile) ? "height-50" : !this._showInformationHeader ? "adjusted-height-50_25" : !this._isPortraitMobile ? "height-50" : "height-full";
|
499
500
|
const themeClass = this.theme === "dark" ? "calcite-mode-dark" : "calcite-mode-light";
|
500
|
-
return (h("div", { class: `width-50 height-full ${themeClass}` }, h("card-manager", { class: `${cardManagerHeight} width-full`, customInfoText: this.customInfoText, enableCreateFeatures: this._enableCreateFeatures && !this._isMobile, enableEditGeometry: this?._mapInfo?.enableEditGeometry, isMobile: this._isPortraitMobile, layer: this._layer, locale: this.locale, mapView: this?._mapView, onBackFromCreateWorkFlow: () => {
|
501
|
+
return (h("div", { class: `width-50 height-full ${themeClass}` }, h("card-manager", { class: `${cardManagerHeight} width-full`, customInfoText: this.customInfoText, enableCreateFeatures: this._enableCreateFeatures && !this._isMobile, enableEditGeometry: this?._mapInfo?.enableEditGeometry, enableSnapping: this.enableSnapping, isMobile: this._isPortraitMobile, layer: this._layer, locale: this.locale, mapView: this?._mapView, onBackFromCreateWorkFlow: () => {
|
501
502
|
this._showInformationHeader = true;
|
502
503
|
}, onCreateWorkFlowStarted: () => {
|
503
504
|
this.appLayout = this._layer.isTable ? "tableView" : "mapView";
|