sf-i-events 1.0.561 → 1.0.562
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
|
@@ -7764,7 +7764,7 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
7764
7764
|
html += '</td>';
|
|
7765
7765
|
for (var j = 0; j < extraFields.length; j++) {
|
|
7766
7766
|
html += '<td part="td-body">';
|
|
7767
|
-
html += '<sf-i-multitextarea id="extra-field-' + jsonData[i].id + '-' + j + '" class="extra-field-' + j + ' extra-field" fields="[]" values="" hint=""></sf-i-multitextarea>';
|
|
7767
|
+
html += '<sf-i-multitextarea id="extra-field-' + jsonData[i].id + '-' + j + '" class="extra-field-' + j + ' extra-field" fields="[]" values="" hint="" showFields="15"></sf-i-multitextarea>';
|
|
7768
7768
|
html += '</td>';
|
|
7769
7769
|
if (j === 0) {
|
|
7770
7770
|
//countExtra0++;
|
|
@@ -7870,7 +7870,7 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
7870
7870
|
const valuesForThisItem = (jsonData[i].extraFields != null ? (jsonData[i].extraFields[j] != null ? jsonData[i].extraFields[j] : "") : "");
|
|
7871
7871
|
let strValuesForThisItem = "";
|
|
7872
7872
|
strValuesForThisItem = JSON.stringify(valuesForThisItem).replace(/"/g, '"');
|
|
7873
|
-
html += '<div class="' + (!showSearch ? 'truncate' : '') + '"><sf-i-multitextarea id="extra-field-' + jsonData[i].id + '-' + j + '" class="extra-field-' + j + ' extra-field" ' + (mapped != "checked" ? 'disabled="true"' : ((extraFields[j].toLowerCase() == "client remarks" && this.disableclientresponse.toLowerCase() == "yes") ? 'disabled="true"' : ((extraFields[j].toLowerCase() == "flagggrc response" && this.disableflagggrcresponse.toLowerCase() == "yes") ? 'disabled="true"' : ''))) + ' fields="' + strLocationsForThisItem + '" values="' + strValuesForThisItem + '" hint="' + extraHintsArr[j] + '"></sf-i-multitextarea></div>';
|
|
7873
|
+
html += '<div class="' + (!showSearch ? 'truncate' : '') + '"><sf-i-multitextarea id="extra-field-' + jsonData[i].id + '-' + j + '" class="extra-field-' + j + ' extra-field" ' + (mapped != "checked" ? 'disabled="true"' : ((extraFields[j].toLowerCase() == "client remarks" && this.disableclientresponse.toLowerCase() == "yes") ? 'disabled="true"' : ((extraFields[j].toLowerCase() == "flagggrc response" && this.disableflagggrcresponse.toLowerCase() == "yes") ? 'disabled="true"' : ''))) + ' fields="' + strLocationsForThisItem + '" values="' + strValuesForThisItem + '" hint="' + extraHintsArr[j] + '" showFields="15"></sf-i-multitextarea></div>';
|
|
7874
7874
|
// html += '<div class="'+(!showSearch ? 'truncate' : '')+'"><sf-i-multitextarea id="extra-field-'+jsonData[i].id+'-'+j+'" class="extra-field-'+j+' extra-field" '+(mapped != "checked" ? 'disabled="true"' : ((extraFields[j].toLowerCase() == "client remarks" && this.disableclientresponse.toLowerCase() == "yes") ? 'disabled="true"' : ((extraFields[j].toLowerCase() == "flagggrc response" && this.disableflagggrcresponse.toLowerCase() == "yes") ? 'disabled="true"' : '')))+' fields="'+strLocationsForThisItem+'" values="'+strValuesForThisItem+'" hint="'+extraHintsArr[j]+'">'+(jsonData[i].extraFields != null ? (jsonData[i].extraFields[j] != null ? jsonData[i].extraFields[j] : "") : "")+'</sf-i-multitextarea></div>';
|
|
7875
7875
|
// html += '<div class="'+(!showSearch ? 'truncate' : '')+'"><textarea part="input" id="extra-field-'+jsonData[i].id+'-'+j+'" class="extra-field-'+j+' extra-field" '+(mapped != "checked" ? 'disabled' : ((extraFields[j].toLowerCase() == "client remarks" && this.disableclientresponse.toLowerCase() == "yes") ? 'disabled' : ((extraFields[j].toLowerCase() == "flagggrc response" && this.disableflagggrcresponse.toLowerCase() == "yes") ? 'disabled' : '')))+' >'+(jsonData[i].extraFields != null ? (jsonData[i].extraFields[j] != null ? jsonData[i].extraFields[j] : "") : "")+'</textarea></div>';
|
|
7876
7876
|
html += '</td>';
|
|
@@ -7993,7 +7993,7 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
7993
7993
|
const valuesForThisItem = (jsonData[i].extraFields != null ? (jsonData[i].extraFields[j] != null ? jsonData[i].extraFields[j] : "") : "");
|
|
7994
7994
|
let strValuesForThisItem = "";
|
|
7995
7995
|
strValuesForThisItem = JSON.stringify(valuesForThisItem).replace(/"/g, '"');
|
|
7996
|
-
html += '<div class="' + (!showSearch ? 'truncate' : '') + '"><sf-i-multitextarea id="extra-field-' + jsonData[i].id + '-' + j + '" class="extra-field-' + j + ' extra-field" ' + (mapped != "checked" ? 'disabled="true"' : ((extraFields[j].toLowerCase() == "client remarks" && this.disableclientresponse.toLowerCase() == "yes") ? 'disabled="true"' : ((extraFields[j].toLowerCase() == "flagggrc response" && this.disableflagggrcresponse.toLowerCase() == "yes") ? 'disabled="true"' : ''))) + ' fields="' + strLocationsForThisItem + '" values="' + strValuesForThisItem + '" hint="' + extraHintsArr[j] + '"></sf-i-multitextarea></div>';
|
|
7996
|
+
html += '<div class="' + (!showSearch ? 'truncate' : '') + '"><sf-i-multitextarea id="extra-field-' + jsonData[i].id + '-' + j + '" class="extra-field-' + j + ' extra-field" ' + (mapped != "checked" ? 'disabled="true"' : ((extraFields[j].toLowerCase() == "client remarks" && this.disableclientresponse.toLowerCase() == "yes") ? 'disabled="true"' : ((extraFields[j].toLowerCase() == "flagggrc response" && this.disableflagggrcresponse.toLowerCase() == "yes") ? 'disabled="true"' : ''))) + ' fields="' + strLocationsForThisItem + '" values="' + strValuesForThisItem + '" hint="' + extraHintsArr[j] + '" showFields="15"></sf-i-multitextarea></div>';
|
|
7997
7997
|
// html += '<div class="'+(!showSearch ? 'truncate' : '')+'"><sf-i-multitextarea id="extra-field-'+jsonData[i].id+'-'+j+'" class="extra-field-'+j+' extra-field" '+(mapped != "checked" ? 'disabled="true"' : ((extraFields[j].toLowerCase() == "client remarks" && this.disableclientresponse.toLowerCase() == "yes") ? 'disabled="true"' : ((extraFields[j].toLowerCase() == "flagggrc response" && this.disableflagggrcresponse.toLowerCase() == "yes") ? 'disabled="true"' : '')))+' fields="'+strLocationsForThisItem+'" values="'+strValuesForThisItem+'" hint="'+extraHintsArr[j]+'">'+(jsonData[i].extraFields != null ? (jsonData[i].extraFields[j] != null ? jsonData[i].extraFields[j] : "") : "")+'</sf-i-multitextarea></div>';
|
|
7998
7998
|
// html += '<div class="'+(!showSearch ? 'truncate' : '')+'"><textarea part="input" id="extra-field-'+jsonData[i].id+'-'+j+'" class="extra-field-'+j+' extra-field" '+(mapped != "checked" ? 'disabled' : ((extraFields[j].toLowerCase() == "client remarks" && this.disableclientresponse.toLowerCase() == "yes") ? 'disabled' : ((extraFields[j].toLowerCase() == "flagggrc response" && this.disableflagggrcresponse.toLowerCase() == "yes") ? 'disabled' : '')))+' >'+(jsonData[i].extraFields != null ? (jsonData[i].extraFields[j] != null ? jsonData[i].extraFields[j] : "") : "")+'</textarea></div>';
|
|
7999
7999
|
html += '</td>';
|