sf-i-events 1.0.697 → 1.0.698
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-events.js +1 -1
- package/src/sf-i-events.ts +1 -1
package/package.json
CHANGED
package/sf-i-events.js
CHANGED
|
@@ -6663,7 +6663,7 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
6663
6663
|
if (makercheckers.length > 0) {
|
|
6664
6664
|
html += '<div part="td-head" class="td-head d-flex justify-center align-center"><span class="material-symbols-outlined">check_small</span><div> Auto-approve Enabled</div></div>';
|
|
6665
6665
|
if (completeness == "pending-approval" && this.enableDeleteLatestReport) {
|
|
6666
|
-
html += '<div part="td-head" class="td-head d-flex justify-center align-center"><button class="mt-5
|
|
6666
|
+
html += '<div part="td-head" class="td-head d-flex justify-center align-center"><button class="mt-5" part="button" id="button-auto-approve">Auto Approve</button></div>';
|
|
6667
6667
|
}
|
|
6668
6668
|
}
|
|
6669
6669
|
html += '</div>';
|
package/src/sf-i-events.ts
CHANGED
|
@@ -9975,7 +9975,7 @@ export class SfIEvents extends LitElement {
|
|
|
9975
9975
|
html += '<div part="td-head" class="td-head d-flex justify-center align-center"><span class="material-symbols-outlined">check_small</span><div> Auto-approve Enabled</div></div>';
|
|
9976
9976
|
|
|
9977
9977
|
if(completeness == "pending-approval" && this.enableDeleteLatestReport) {
|
|
9978
|
-
html += '<div part="td-head" class="td-head d-flex justify-center align-center"><button class="mt-5
|
|
9978
|
+
html += '<div part="td-head" class="td-head d-flex justify-center align-center"><button class="mt-5" part="button" id="button-auto-approve">Auto Approve</button></div>';
|
|
9979
9979
|
}
|
|
9980
9980
|
}
|
|
9981
9981
|
html += '</div>';
|