@esri/solutions-components 0.8.15 → 0.8.16
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/crowdsource-reporter.cjs.entry.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/solutions-components.cjs.js +1 -1
- package/dist/collection/components/crowdsource-reporter/crowdsource-reporter.js +4 -4
- package/dist/components/crowdsource-reporter.js +2 -2
- package/dist/esm/crowdsource-reporter.entry.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/solutions-components.js +1 -1
- package/dist/solutions-components/{p-3750c969.entry.js → p-4830649e.entry.js} +1 -1
- package/dist/solutions-components/solutions-components.esm.js +1 -1
- package/dist/types/components/crowdsource-reporter/crowdsource-reporter.d.ts +1 -1
- package/dist/types/components.d.ts +2 -2
- package/package.json +1 -1
@@ -131,7 +131,7 @@ export class CrowdsourceReporter {
|
|
131
131
|
*/
|
132
132
|
render() {
|
133
133
|
const themeClass = this.theme === "dark" ? "calcite-mode-dark" : "calcite-mode-light";
|
134
|
-
return (h(Host, { key: '
|
134
|
+
return (h(Host, { key: 'e1591753c341fd3e59d534fdf789ea82aa1f5216' }, this._reportSubmitted && h("calcite-alert", { key: 'ba2b313b3053d15916ae178531f800fa1412d83a', "auto-close": true, class: themeClass + " report-submitted-msg", icon: "check-circle", kind: "success", label: "", onCalciteAlertClose: () => { this._reportSubmitted = false; }, open: true, placement: "top" }, h("div", { key: '7033da8d7d2b4f791b75c17b3cffbdf42824deab', slot: "message" }, this.reportSubmittedMessage ? this.reportSubmittedMessage : this._translations.submitMsg)), this._featureCreationFailedErrorMsg && h("calcite-alert", { key: '142417d36729dc61825a0f150737ed8085b39bfb', "auto-close": true, class: themeClass, icon: "x-octagon", kind: "danger", label: "", onCalciteAlertClose: () => { this._featureCreationFailedErrorMsg = ""; }, open: true, placement: "top" }, h("div", { key: '3d49100e462d1c6265cfb928f83647f780660824', slot: "title" }, this._translations.error), h("div", { key: '486e96a7f2ab08f6a7562a016e6575ef6b894610', slot: "message" }, this._featureCreationFailedErrorMsg)), this._commentSubmitted && h("calcite-alert", { key: 'c3ff4d1d91fad3fd3b1afc2e3ee35b3653245bfa', "auto-close": true, class: 'report-submitted ' + themeClass, icon: "check-circle", kind: "success", label: "", onCalciteAlertClose: () => { this._commentSubmitted = false; }, open: true, placement: "top" }, h("div", { key: '1a370602baeee092bddcae5d70c27b01024b2c1a', slot: "message" }, this._translations.commentSubmittedMsg)), this._addingCommentFailed && h("calcite-alert", { key: '0cd55b1b61af0ebba9ee1ab0a9e1f7148b143d16', "auto-close": true, class: themeClass, icon: "x-octagon", kind: "danger", label: "", onCalciteAlertClose: () => { this._addingCommentFailed = false; }, open: true, placement: "top" }, h("div", { key: '0ae2b4c623e02d80428a9ad5ad2b228d8e0d4e33', slot: "title" }, this._translations.error), h("div", { key: 'e46c0fa88539ea3250b525059b571f642dc720c1', slot: "message" }, this._translations.addingCommentFailedMsg)), h("div", { key: 'a74767d14121d450933152680541d36d4ebe45fd' }, h("calcite-shell", { key: 'b1b30c06f2825f76c9e276bca1c3b0b0a9faa47d', "content-behind": true }, this._getReporter())), this.filterModal()));
|
135
135
|
}
|
136
136
|
//--------------------------------------------------------------------------
|
137
137
|
//
|
@@ -896,11 +896,11 @@ export class CrowdsourceReporter {
|
|
896
896
|
"reflect": false
|
897
897
|
},
|
898
898
|
"coverPageEnabled": {
|
899
|
-
"type": "
|
899
|
+
"type": "boolean",
|
900
900
|
"mutable": false,
|
901
901
|
"complexType": {
|
902
|
-
"original": "
|
903
|
-
"resolved": "
|
902
|
+
"original": "boolean",
|
903
|
+
"resolved": "boolean",
|
904
904
|
"references": {}
|
905
905
|
},
|
906
906
|
"required": false,
|
@@ -169,7 +169,7 @@ const CrowdsourceReporter$1 = /*@__PURE__*/ proxyCustomElement(class Crowdsource
|
|
169
169
|
*/
|
170
170
|
render() {
|
171
171
|
const themeClass = this.theme === "dark" ? "calcite-mode-dark" : "calcite-mode-light";
|
172
|
-
return (h(Host, { key: '
|
172
|
+
return (h(Host, { key: 'e1591753c341fd3e59d534fdf789ea82aa1f5216' }, this._reportSubmitted && h("calcite-alert", { key: 'ba2b313b3053d15916ae178531f800fa1412d83a', "auto-close": true, class: themeClass + " report-submitted-msg", icon: "check-circle", kind: "success", label: "", onCalciteAlertClose: () => { this._reportSubmitted = false; }, open: true, placement: "top" }, h("div", { key: '7033da8d7d2b4f791b75c17b3cffbdf42824deab', slot: "message" }, this.reportSubmittedMessage ? this.reportSubmittedMessage : this._translations.submitMsg)), this._featureCreationFailedErrorMsg && h("calcite-alert", { key: '142417d36729dc61825a0f150737ed8085b39bfb', "auto-close": true, class: themeClass, icon: "x-octagon", kind: "danger", label: "", onCalciteAlertClose: () => { this._featureCreationFailedErrorMsg = ""; }, open: true, placement: "top" }, h("div", { key: '3d49100e462d1c6265cfb928f83647f780660824', slot: "title" }, this._translations.error), h("div", { key: '486e96a7f2ab08f6a7562a016e6575ef6b894610', slot: "message" }, this._featureCreationFailedErrorMsg)), this._commentSubmitted && h("calcite-alert", { key: 'c3ff4d1d91fad3fd3b1afc2e3ee35b3653245bfa', "auto-close": true, class: 'report-submitted ' + themeClass, icon: "check-circle", kind: "success", label: "", onCalciteAlertClose: () => { this._commentSubmitted = false; }, open: true, placement: "top" }, h("div", { key: '1a370602baeee092bddcae5d70c27b01024b2c1a', slot: "message" }, this._translations.commentSubmittedMsg)), this._addingCommentFailed && h("calcite-alert", { key: '0cd55b1b61af0ebba9ee1ab0a9e1f7148b143d16', "auto-close": true, class: themeClass, icon: "x-octagon", kind: "danger", label: "", onCalciteAlertClose: () => { this._addingCommentFailed = false; }, open: true, placement: "top" }, h("div", { key: '0ae2b4c623e02d80428a9ad5ad2b228d8e0d4e33', slot: "title" }, this._translations.error), h("div", { key: 'e46c0fa88539ea3250b525059b571f642dc720c1', slot: "message" }, this._translations.addingCommentFailedMsg)), h("div", { key: 'a74767d14121d450933152680541d36d4ebe45fd' }, h("calcite-shell", { key: 'b1b30c06f2825f76c9e276bca1c3b0b0a9faa47d', "content-behind": true }, this._getReporter())), this.filterModal()));
|
173
173
|
}
|
174
174
|
//--------------------------------------------------------------------------
|
175
175
|
//
|
@@ -911,7 +911,7 @@ const CrowdsourceReporter$1 = /*@__PURE__*/ proxyCustomElement(class Crowdsource
|
|
911
911
|
static get style() { return CrowdsourceReporterStyle0; }
|
912
912
|
}, [0, "crowdsource-reporter", {
|
913
913
|
"center": [1],
|
914
|
-
"coverPageEnabled": [
|
914
|
+
"coverPageEnabled": [4, "cover-page-enabled"],
|
915
915
|
"defaultWebmap": [1, "default-webmap"],
|
916
916
|
"description": [1],
|
917
917
|
"enableAnonymousAccess": [4, "enable-anonymous-access"],
|
@@ -122,7 +122,7 @@ const CrowdsourceReporter = class {
|
|
122
122
|
*/
|
123
123
|
render() {
|
124
124
|
const themeClass = this.theme === "dark" ? "calcite-mode-dark" : "calcite-mode-light";
|
125
|
-
return (h(Host, { key: '
|
125
|
+
return (h(Host, { key: 'e1591753c341fd3e59d534fdf789ea82aa1f5216' }, this._reportSubmitted && h("calcite-alert", { key: 'ba2b313b3053d15916ae178531f800fa1412d83a', "auto-close": true, class: themeClass + " report-submitted-msg", icon: "check-circle", kind: "success", label: "", onCalciteAlertClose: () => { this._reportSubmitted = false; }, open: true, placement: "top" }, h("div", { key: '7033da8d7d2b4f791b75c17b3cffbdf42824deab', slot: "message" }, this.reportSubmittedMessage ? this.reportSubmittedMessage : this._translations.submitMsg)), this._featureCreationFailedErrorMsg && h("calcite-alert", { key: '142417d36729dc61825a0f150737ed8085b39bfb', "auto-close": true, class: themeClass, icon: "x-octagon", kind: "danger", label: "", onCalciteAlertClose: () => { this._featureCreationFailedErrorMsg = ""; }, open: true, placement: "top" }, h("div", { key: '3d49100e462d1c6265cfb928f83647f780660824', slot: "title" }, this._translations.error), h("div", { key: '486e96a7f2ab08f6a7562a016e6575ef6b894610', slot: "message" }, this._featureCreationFailedErrorMsg)), this._commentSubmitted && h("calcite-alert", { key: 'c3ff4d1d91fad3fd3b1afc2e3ee35b3653245bfa', "auto-close": true, class: 'report-submitted ' + themeClass, icon: "check-circle", kind: "success", label: "", onCalciteAlertClose: () => { this._commentSubmitted = false; }, open: true, placement: "top" }, h("div", { key: '1a370602baeee092bddcae5d70c27b01024b2c1a', slot: "message" }, this._translations.commentSubmittedMsg)), this._addingCommentFailed && h("calcite-alert", { key: '0cd55b1b61af0ebba9ee1ab0a9e1f7148b143d16', "auto-close": true, class: themeClass, icon: "x-octagon", kind: "danger", label: "", onCalciteAlertClose: () => { this._addingCommentFailed = false; }, open: true, placement: "top" }, h("div", { key: '0ae2b4c623e02d80428a9ad5ad2b228d8e0d4e33', slot: "title" }, this._translations.error), h("div", { key: 'e46c0fa88539ea3250b525059b571f642dc720c1', slot: "message" }, this._translations.addingCommentFailedMsg)), h("div", { key: 'a74767d14121d450933152680541d36d4ebe45fd' }, h("calcite-shell", { key: 'b1b30c06f2825f76c9e276bca1c3b0b0a9faa47d', "content-behind": true }, this._getReporter())), this.filterModal()));
|
126
126
|
}
|
127
127
|
//--------------------------------------------------------------------------
|
128
128
|
//
|