sf-i-events 1.0.588 → 1.0.590
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 +7 -7
- package/sf-i-events.js.map +1 -1
- package/src/sf-i-events.ts +7 -7
package/package.json
CHANGED
package/sf-i-events.js
CHANGED
|
@@ -8700,7 +8700,7 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
8700
8700
|
html += '<div id="tags-list-container" class="d-flex flex-col w-100 scroll-x">';
|
|
8701
8701
|
html += '</div>';
|
|
8702
8702
|
this._SfOnboardingTagsContainer.innerHTML = html;
|
|
8703
|
-
this.renderTaggingTable(this._SfOnboardingTagsListContainer, mappedSerializedFunctions, mappedTags, ["obligationtype", "firstlineofdefence", "obligation", "reference", "country", "statute"], this.uploadTagsMapping, this.loadOnboardingTags, "tags", ["id", "countryname", "entityname", "locationname"], this.apiIdTags, "&Tag", ["tags"], tagsJobs, "tagtype", ["Client remarks", "FlaggGRC response"], null, "", "");
|
|
8703
|
+
this.renderTaggingTable(this._SfOnboardingTagsListContainer, mappedSerializedFunctions, mappedTags, ["obligationtype", "firstlineofdefence", "obligationtitle", "obligation", "reference", "country", "statute"], this.uploadTagsMapping, this.loadOnboardingTags, "tags", ["id", "countryname", "entityname", "locationname"], this.apiIdTags, "&Tag", ["tags"], tagsJobs, "tagtype", ["Client remarks", "FlaggGRC response"], null, "", "");
|
|
8704
8704
|
};
|
|
8705
8705
|
this.renderOnboardingFunctions = (mappedFunctions, mappedSerializedLocations, functionsJobs) => {
|
|
8706
8706
|
var html = '';
|
|
@@ -14607,8 +14607,8 @@ SfIEvents.styles = css `
|
|
|
14607
14607
|
.badge-success {
|
|
14608
14608
|
padding-left: 5px;
|
|
14609
14609
|
padding-right: 5px;
|
|
14610
|
-
padding-top:
|
|
14611
|
-
padding-bottom:
|
|
14610
|
+
padding-top: 5px;
|
|
14611
|
+
padding-bottom: 2px;
|
|
14612
14612
|
border-radius: 7px;
|
|
14613
14613
|
color: white;
|
|
14614
14614
|
background-color: #50cf01;
|
|
@@ -14617,8 +14617,8 @@ SfIEvents.styles = css `
|
|
|
14617
14617
|
.badge-warning {
|
|
14618
14618
|
padding-left: 5px;
|
|
14619
14619
|
padding-right: 5px;
|
|
14620
|
-
padding-top:
|
|
14621
|
-
padding-bottom:
|
|
14620
|
+
padding-top: 5px;
|
|
14621
|
+
padding-bottom: 2px;
|
|
14622
14622
|
border-radius: 7px;
|
|
14623
14623
|
color: black;
|
|
14624
14624
|
background-color: #ffe505;
|
|
@@ -14627,8 +14627,8 @@ SfIEvents.styles = css `
|
|
|
14627
14627
|
.badge-error {
|
|
14628
14628
|
padding-left: 5px;
|
|
14629
14629
|
padding-right: 5px;
|
|
14630
|
-
padding-top:
|
|
14631
|
-
padding-bottom:
|
|
14630
|
+
padding-top: 5px;
|
|
14631
|
+
padding-bottom: 2px;
|
|
14632
14632
|
border-radius: 7px;
|
|
14633
14633
|
color: white;
|
|
14634
14634
|
background-color: #C80036;
|