sf-i-reporting 1.0.76 → 1.0.77
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/package.json +1 -1
- package/sf-i-reporting.js +1 -1
- package/sf-i-reporting.js.map +1 -1
- package/src/sf-i-reporting.ts +1 -1
package/package.json
CHANGED
package/sf-i-reporting.js
CHANGED
|
@@ -434,7 +434,7 @@ let SfIReporting = class SfIReporting extends LitElement {
|
|
|
434
434
|
<button class="mrl-5 material-icons hide" part="button-icon-light" id="button-submit-cancel">close</button>
|
|
435
435
|
<button class="mrl-5 material-icons hide" part="button-icon" id="button-submit-confirm">check save</button>
|
|
436
436
|
` : (this.flow == "details" ? `
|
|
437
|
-
<span class="mrl-5" part="span-icon${this.published ? '-light' : ''}" id="span-submit-publish">${this.published ? 'Published' : 'Unpublished'}</span>
|
|
437
|
+
<span class="mrl-5" part="span-icon${this.published ? '-light' : ''}" id="span-submit-publish" part="span-submit-publish">${this.published ? 'Published' : 'Unpublished'}</span>
|
|
438
438
|
<button id="button-edit" part="button-icon" class="mrl-5 material-icons button-icon-click">edit</button>
|
|
439
439
|
<button id="button-delete" part="button-icon" class="mrl-5 material-icons button-icon-click">delete</button>
|
|
440
440
|
<button id="button-delete-cancel" part="button-icon-light" class="mrl-5 material-icons button-icon-click hide">close</button>
|