@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.
@@ -126,7 +126,7 @@ const CrowdsourceReporter = class {
126
126
  */
127
127
  render() {
128
128
  const themeClass = this.theme === "dark" ? "calcite-mode-dark" : "calcite-mode-light";
129
- return (index.h(index.Host, { key: 'b57e18eee85093b3829573a33806b81d8e5b9021' }, this._reportSubmitted && index.h("calcite-alert", { key: '6f45d4435c53c7fbed850098efebf77346f17c12', "auto-close": true, class: themeClass + " report-submitted-msg", icon: "check-circle", kind: "success", label: "", onCalciteAlertClose: () => { this._reportSubmitted = false; }, open: true, placement: "top" }, index.h("div", { key: '7eaecb6ba69aa0b6b45b90e7b751fb580e8557b2', slot: "message" }, this.reportSubmittedMessage ? this.reportSubmittedMessage : this._translations.submitMsg)), this._featureCreationFailedErrorMsg && index.h("calcite-alert", { key: '2997fdcdf9615ef1cea758111f50903740d863d8', "auto-close": true, class: themeClass, icon: "x-octagon", kind: "danger", label: "", onCalciteAlertClose: () => { this._featureCreationFailedErrorMsg = ""; }, open: true, placement: "top" }, index.h("div", { key: '4e8f89c2e26b37507b6fd7047096e8f68355bbd2', slot: "title" }, this._translations.error), index.h("div", { key: 'e514439bb6f88f1405d4a1c5618d0579b08210b9', slot: "message" }, this._featureCreationFailedErrorMsg)), this._commentSubmitted && index.h("calcite-alert", { key: '97a51ea4a07a897f071c9c2c34abcf5332aff76b', "auto-close": true, class: 'report-submitted ' + themeClass, icon: "check-circle", kind: "success", label: "", onCalciteAlertClose: () => { this._commentSubmitted = false; }, open: true, placement: "top" }, index.h("div", { key: '05f552f67f2d7da099aa317c3e60841570a8dbfc', slot: "message" }, this._translations.commentSubmittedMsg)), this._addingCommentFailed && index.h("calcite-alert", { key: 'fc78f2f7fb3c501e999c9783e199e732fdb5626d', "auto-close": true, class: themeClass, icon: "x-octagon", kind: "danger", label: "", onCalciteAlertClose: () => { this._addingCommentFailed = false; }, open: true, placement: "top" }, index.h("div", { key: '617dbf2afc438481409e3a8ca268b95d77969499', slot: "title" }, this._translations.error), index.h("div", { key: '5da78c288010c03114c88841fbd9fc97c7366de0', slot: "message" }, this._translations.addingCommentFailedMsg)), index.h("div", { key: 'ded738076efa1f334dc26dc39b3fb57b1ac33de2' }, index.h("calcite-shell", { key: 'fa2a7c6c3dcd761a7517b9922c255459258fbec9', "content-behind": true }, this._getReporter())), this.filterModal()));
129
+ return (index.h(index.Host, { key: 'e1591753c341fd3e59d534fdf789ea82aa1f5216' }, this._reportSubmitted && index.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" }, index.h("div", { key: '7033da8d7d2b4f791b75c17b3cffbdf42824deab', slot: "message" }, this.reportSubmittedMessage ? this.reportSubmittedMessage : this._translations.submitMsg)), this._featureCreationFailedErrorMsg && index.h("calcite-alert", { key: '142417d36729dc61825a0f150737ed8085b39bfb', "auto-close": true, class: themeClass, icon: "x-octagon", kind: "danger", label: "", onCalciteAlertClose: () => { this._featureCreationFailedErrorMsg = ""; }, open: true, placement: "top" }, index.h("div", { key: '3d49100e462d1c6265cfb928f83647f780660824', slot: "title" }, this._translations.error), index.h("div", { key: '486e96a7f2ab08f6a7562a016e6575ef6b894610', slot: "message" }, this._featureCreationFailedErrorMsg)), this._commentSubmitted && index.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" }, index.h("div", { key: '1a370602baeee092bddcae5d70c27b01024b2c1a', slot: "message" }, this._translations.commentSubmittedMsg)), this._addingCommentFailed && index.h("calcite-alert", { key: '0cd55b1b61af0ebba9ee1ab0a9e1f7148b143d16', "auto-close": true, class: themeClass, icon: "x-octagon", kind: "danger", label: "", onCalciteAlertClose: () => { this._addingCommentFailed = false; }, open: true, placement: "top" }, index.h("div", { key: '0ae2b4c623e02d80428a9ad5ad2b228d8e0d4e33', slot: "title" }, this._translations.error), index.h("div", { key: 'e46c0fa88539ea3250b525059b571f642dc720c1', slot: "message" }, this._translations.addingCommentFailedMsg)), index.h("div", { key: 'a74767d14121d450933152680541d36d4ebe45fd' }, index.h("calcite-shell", { key: 'b1b30c06f2825f76c9e276bca1c3b0b0a9faa47d', "content-behind": true }, this._getReporter())), this.filterModal()));
130
130
  }
131
131
  //--------------------------------------------------------------------------
132
132
  //