sf-i-events 1.0.578 → 1.0.580
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 +3 -3
- package/sf-i-events.js.map +1 -1
- package/src/sf-i-events.ts +3 -3
package/package.json
CHANGED
package/sf-i-events.js
CHANGED
|
@@ -8570,14 +8570,14 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
8570
8570
|
html += '<div id="approvers-list-container" class="d-flex flex-col w-100 scroll-x">';
|
|
8571
8571
|
html += '</div>';
|
|
8572
8572
|
this._SfOnboardingApproversContainer.innerHTML = html;
|
|
8573
|
-
this.renderTaggingTable(this._SfOnboardingApproversListContainer, mappedSerializedReporters, mappedApprovers, ["obligation", "firstlineofdefence", "country", "statute", "reference"], this.uploadApproversMapping, this.loadOnboardingApprovers, "approvers", ["id", "entityname", "locationname"], this.apiIdUsers, "", ["approvers"], approversJobs, null, ["Client remarks", "FlaggGRC response"], null, "Guidelines", "");
|
|
8573
|
+
this.renderTaggingTable(this._SfOnboardingApproversListContainer, mappedSerializedReporters, mappedApprovers, ["obligation", "firstlineofdefence", "secondlineofdefence", "country", "statute", "reference"], this.uploadApproversMapping, this.loadOnboardingApprovers, "approvers", ["id", "entityname", "locationname"], this.apiIdUsers, "", ["approvers"], approversJobs, null, ["Client remarks", "FlaggGRC response"], null, "Guidelines", "");
|
|
8574
8574
|
};
|
|
8575
8575
|
this.renderOnboardingFunctionHeads = (mappedFunctionHeads, mappedSerializedApprovers, functionHeadsJobs, _arrFeedbackReference) => {
|
|
8576
8576
|
var html = '';
|
|
8577
8577
|
html += '<div id="functionheads-list-container" class="d-flex flex-col w-100 scroll-x">';
|
|
8578
8578
|
html += '</div>';
|
|
8579
8579
|
this._SfOnboardingFunctionHeadsContainer.innerHTML = html;
|
|
8580
|
-
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"], null, "Guidelines", "");
|
|
8580
|
+
this.renderTaggingTable(this._SfOnboardingFunctionHeadsListContainer, mappedSerializedApprovers, mappedFunctionHeads, ["obligation", "firstlineofdefence", "thirdlineofdefence", "country", "statute", "reference"], this.uploadFunctionHeadsMapping, this.loadOnboardingFunctionHeads, "functionheads", ["id", "entityname", "locationname"], this.apiIdUsers, "", ["functionheads"], functionHeadsJobs, null, ["Client remarks", "FlaggGRC response"], null, "Guidelines", "");
|
|
8581
8581
|
};
|
|
8582
8582
|
this.renderOnboardingMakerCheckers = (mappedMakerCheckers, mappedSerializedDocs, makerCheckerJobs) => {
|
|
8583
8583
|
var html = '';
|
|
@@ -9569,7 +9569,7 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
9569
9569
|
html += '<button class="tab-button" id="consumer-tab-approver" part="' + (this.myRole == this.TAB_APPROVER ? 'calendar-tab-button-selected' : 'calendar-tab-button-not-selected') + '">Approver</button>';
|
|
9570
9570
|
html += '<button class="tab-button" id="consumer-tab-functionhead" part="' + (this.myRole == this.TAB_FUNCTION_HEAD ? 'calendar-tab-button-selected' : 'calendar-tab-button-not-selected') + '">Function Head</button>';
|
|
9571
9571
|
html += '<button class="tab-button" id="consumer-tab-auditor" part="' + (this.myRole == this.TAB_AUDITOR ? 'calendar-tab-button-selected' : 'calendar-tab-button-not-selected') + '">Auditor</button>';
|
|
9572
|
-
html += '<button class="tab-button" id="consumer-tab-
|
|
9572
|
+
html += '<button class="tab-button" id="consumer-tab-viewer" part="' + (this.myRole == this.TAB_VIEWER ? 'calendar-tab-button-selected' : 'calendar-tab-button-not-selected') + '">Viewer</button>';
|
|
9573
9573
|
this._SfRoleTabContainer.innerHTML = html;
|
|
9574
9574
|
(_a = this._SfRoleTabContainer.querySelector('#consumer-tab-reporter')) === null || _a === void 0 ? void 0 : _a.addEventListener('click', async () => {
|
|
9575
9575
|
var _a;
|