sf-i-events 1.0.772 → 1.0.773
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
|
@@ -2161,7 +2161,7 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
2161
2161
|
}
|
|
2162
2162
|
html += '<button id="button-refresh" part="button-duration-title" class="align-center d-flex justify-center"><h4 part="duration-title">' + parametersTitle + '</h4><span part="duration-title-icon" class="material-icons ml-10">refresh</span></div>';
|
|
2163
2163
|
if (showBackgroundButton) {
|
|
2164
|
-
html += '<div class="align-center d-flex flex-wrap align-center mb-10 w-100-m-0" part="last-update-title-container" id="button-background-process"><h6 part="last-update-title" class="align-
|
|
2164
|
+
html += '<div class="align-center d-flex flex-wrap align-center mb-10 w-100-m-0" part="last-update-title-container" id="button-background-process"><h6 part="last-update-title" class="align-start d-flex"><div class="lds-dual-ring1"></div> Syncronizing in the background</h6></div>';
|
|
2165
2165
|
}
|
|
2166
2166
|
else {
|
|
2167
2167
|
html += '<div class="align-center d-flex flex-wrap align-center mb-10 w-100-m-0" part="last-update-title-container"><h6 part="last-update-title" class="align-center d-flex"><span class="material-symbols-outlined">update</span> Last Updated on ' + this.lastupdated + '</h6></div>';
|
package/src/sf-i-events.ts
CHANGED
|
@@ -4274,7 +4274,7 @@ export class SfIEvents extends LitElement {
|
|
|
4274
4274
|
}
|
|
4275
4275
|
html += '<button id="button-refresh" part="button-duration-title" class="align-center d-flex justify-center"><h4 part="duration-title">' + parametersTitle + '</h4><span part="duration-title-icon" class="material-icons ml-10">refresh</span></div>';
|
|
4276
4276
|
if(showBackgroundButton){
|
|
4277
|
-
html += '<div class="align-center d-flex flex-wrap align-center mb-10 w-100-m-0" part="last-update-title-container" id="button-background-process"><h6 part="last-update-title" class="align-
|
|
4277
|
+
html += '<div class="align-center d-flex flex-wrap align-center mb-10 w-100-m-0" part="last-update-title-container" id="button-background-process"><h6 part="last-update-title" class="align-start d-flex"><div class="lds-dual-ring1"></div> Syncronizing in the background</h6></div>'
|
|
4278
4278
|
}else{
|
|
4279
4279
|
html += '<div class="align-center d-flex flex-wrap align-center mb-10 w-100-m-0" part="last-update-title-container"><h6 part="last-update-title" class="align-center d-flex"><span class="material-symbols-outlined">update</span> Last Updated on ' + this.lastupdated + '</h6></div>';
|
|
4280
4280
|
}
|