sf-i-events 1.0.554 → 1.0.555

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sf-i-events",
3
3
  "private": false,
4
- "version": "1.0.554",
4
+ "version": "1.0.555",
5
5
  "description": "Superflows Navigation Component",
6
6
  "main": "sf-i-events.js",
7
7
  "module": "sf-i-events.js",
package/sf-i-events.js CHANGED
@@ -8542,7 +8542,7 @@ let SfIEvents = class SfIEvents extends LitElement {
8542
8542
  html += '<div id="reporters-list-container" class="d-flex flex-col w-100 scroll-x">';
8543
8543
  html += '</div>';
8544
8544
  this._SfOnboardingReportersContainer.innerHTML = html;
8545
- this.renderTaggingTable(this._SfOnboardingReportersListContainer, mappedSerializedTags, mappedReporters, ["firstlineofdefence", "obligation", "country", "statute", "reference"], this.uploadReportersMapping, this.loadOnboardingReporters, "reporters", ["id", "entityname", "locationname"], this.apiIdUsers, "", ["reporters"], reportersJobs, null, ["Client remarks", "FlaggGRC response"], arrFeedbackReference, "Guidelines", "");
8545
+ this.renderTaggingTable(this._SfOnboardingReportersListContainer, mappedSerializedTags, mappedReporters, ["obligation", "firstlineofdefence", "country", "statute", "reference"], this.uploadReportersMapping, this.loadOnboardingReporters, "reporters", ["id", "entityname", "locationname"], this.apiIdUsers, "", ["reporters"], reportersJobs, null, ["Client remarks", "FlaggGRC response"], arrFeedbackReference, "Guidelines", "");
8546
8546
  };
8547
8547
  this.renderOnboardingApprovers = (mappedApprovers, mappedSerializedReporters, approversJobs, arrFeedbackReference) => {
8548
8548
  var html = '';
@@ -8556,7 +8556,7 @@ let SfIEvents = class SfIEvents extends LitElement {
8556
8556
  html += '<div id="functionheads-list-container" class="d-flex flex-col w-100 scroll-x">';
8557
8557
  html += '</div>';
8558
8558
  this._SfOnboardingFunctionHeadsContainer.innerHTML = html;
8559
- this.renderTaggingTable(this._SfOnboardingFunctionHeadsListContainer, mappedSerializedApprovers, mappedFunctionHeads, ["firstlineofdefence", "obligation", "country", "statute", "reference"], this.uploadFunctionHeadsMapping, this.loadOnboardingFunctionHeads, "functionheads", ["id", "entityname", "locationname"], this.apiIdUsers, "", ["functionheads"], functionHeadsJobs, null, ["Client remarks", "FlaggGRC response"], arrFeedbackReference, "Guidelines", "");
8559
+ this.renderTaggingTable(this._SfOnboardingFunctionHeadsListContainer, mappedSerializedApprovers, mappedFunctionHeads, ["obligation", "firstlineofdefence", "country", "statute", "reference"], this.uploadFunctionHeadsMapping, this.loadOnboardingFunctionHeads, "functionheads", ["id", "entityname", "locationname"], this.apiIdUsers, "", ["functionheads"], functionHeadsJobs, null, ["Client remarks", "FlaggGRC response"], arrFeedbackReference, "Guidelines", "");
8560
8560
  };
8561
8561
  this.renderOnboardingMakerCheckers = (mappedMakerCheckers, mappedSerializedDocs, makerCheckerJobs) => {
8562
8562
  var html = '';
@@ -8578,7 +8578,7 @@ let SfIEvents = class SfIEvents extends LitElement {
8578
8578
  html += '<div id="auditors-list-container" class="d-flex flex-col w-100 scroll-x">';
8579
8579
  html += '</div>';
8580
8580
  this._SfOnboardingAuditorsContainer.innerHTML = html;
8581
- this.renderTaggingTable(this._SfOnboardingAuditorsListContainer, mappedSerializedFunctionheads, mappedAuditors, ["firstlineofdefence", "obligation", "country", "statute", "reference"], this.uploadAuditorsMapping, this.loadOnboardingAuditors, "auditors", ["id", "entityname", "locationname"], this.apiIdUsers, "", ["auditors"], auditorsJobs, null, ["Client remarks", "FlaggGRC response"], arrFeedbackReference, "Guidelines", "");
8581
+ this.renderTaggingTable(this._SfOnboardingAuditorsListContainer, mappedSerializedFunctionheads, mappedAuditors, ["obligation", "firstlineofdefence", "country", "statute", "reference"], this.uploadAuditorsMapping, this.loadOnboardingAuditors, "auditors", ["id", "entityname", "locationname"], this.apiIdUsers, "", ["auditors"], auditorsJobs, null, ["Client remarks", "FlaggGRC response"], arrFeedbackReference, "Guidelines", "");
8582
8582
  };
8583
8583
  this.renderOnboardingViewers = (mappedViewers, mappedSerializedAuditors, viewersJobs, arrFeedbackReference) => {
8584
8584
  //console.log('inside rendering viewers..');
@@ -8586,14 +8586,14 @@ let SfIEvents = class SfIEvents extends LitElement {
8586
8586
  html += '<div id="viewers-list-container" class="d-flex flex-col w-100 scroll-x">';
8587
8587
  html += '</div>';
8588
8588
  this._SfOnboardingViewersContainer.innerHTML = html;
8589
- this.renderTaggingTable(this._SfOnboardingViewersListContainer, mappedSerializedAuditors, mappedViewers, ["firstlineofdefence", "obligation", "country", "statute", "reference"], this.uploadViewersMapping, this.loadOnboardingViewers, "viewers", ["id", "entityname", "locationname"], this.apiIdUsers, "", ["viewers"], viewersJobs, null, ["Client remarks", "FlaggGRC response"], arrFeedbackReference, "Guidelines", "");
8589
+ this.renderTaggingTable(this._SfOnboardingViewersListContainer, mappedSerializedAuditors, mappedViewers, ["obligation", "firstlineofdefence", "country", "statute", "reference"], this.uploadViewersMapping, this.loadOnboardingViewers, "viewers", ["id", "entityname", "locationname"], this.apiIdUsers, "", ["viewers"], viewersJobs, null, ["Client remarks", "FlaggGRC response"], arrFeedbackReference, "Guidelines", "");
8590
8590
  };
8591
8591
  this.renderOnboardingTags = (mappedTags, mappedSerializedFunctions, tagsJobs) => {
8592
8592
  var html = '';
8593
8593
  html += '<div id="tags-list-container" class="d-flex flex-col w-100 scroll-x">';
8594
8594
  html += '</div>';
8595
8595
  this._SfOnboardingTagsContainer.innerHTML = html;
8596
- this.renderTaggingTable(this._SfOnboardingTagsListContainer, mappedSerializedFunctions, mappedTags, ["firstlineofdefence", "obligationtype", "obligation", "reference", "country", "statute"], this.uploadTagsMapping, this.loadOnboardingTags, "tags", ["id", "countryname", "entityname", "locationname"], this.apiIdTags, "&Tag", ["tags"], tagsJobs, "tagtype", ["Client remarks", "FlaggGRC response"], null, "", "");
8596
+ 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, "", "");
8597
8597
  };
8598
8598
  this.renderOnboardingFunctions = (mappedFunctions, mappedSerializedLocations, functionsJobs) => {
8599
8599
  var html = '';
@@ -8605,7 +8605,7 @@ let SfIEvents = class SfIEvents extends LitElement {
8605
8605
  }
8606
8606
  }
8607
8607
  this._SfOnboardingFunctionsContainer.innerHTML = html;
8608
- this.renderTaggingTable(this._SfOnboardingFunctionsListContainer, mappedSerializedLocations, mappedFunctions, ["firstlineofdefence", "obligation", "country", "statute", "reference"], this.uploadFunctionsMapping, this.loadOnboardingFunctions, "functions", ["id", "countryname", "entityname", "locationname"], this.apiIdTags, "&Function", ["functions"], functionsJobs, null, ["Client remarks", "FlaggGRC response"], null, "", "");
8608
+ this.renderTaggingTable(this._SfOnboardingFunctionsListContainer, mappedSerializedLocations, mappedFunctions, ["obligation", "firstlineofdefence", "country", "statute", "reference"], this.uploadFunctionsMapping, this.loadOnboardingFunctions, "functions", ["id", "countryname", "entityname", "locationname"], this.apiIdTags, "&Function", ["functions"], functionsJobs, null, ["Client remarks", "FlaggGRC response"], null, "", "");
8609
8609
  };
8610
8610
  this.renderOnboardingLocations = (mappedLocations, mappedSerializedEntities, locationsJobs) => {
8611
8611
  var html = '';