sf-i-events 1.0.729 → 1.0.730
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
|
@@ -2672,7 +2672,7 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
2672
2672
|
html += this.renderCalendarRowDivItemDivEnd();
|
|
2673
2673
|
}
|
|
2674
2674
|
if (this.myRole == this.TAB_VIEWER && this.getCurrentTab() == this.TAB_CUSTOM) {
|
|
2675
|
-
html += ('<
|
|
2675
|
+
html += ('<div class="d-flex"><div part="chip-not-started" class="color-not-started">Not Started ' + countNotStarted + '</div> <div part="chip-color-pending" class="color-pending">Pending Approval ' + countPendingApproval + '</div> <div part="chip-rejected" class="color-rejected">Rejected ' + countRejected + '</div> <div part="chip-approved" class="color-approved">Approved ' + countApproved + '</div></div>');
|
|
2676
2676
|
}
|
|
2677
2677
|
html += this.renderCalendarRowDivEnd();
|
|
2678
2678
|
}
|
package/src/sf-i-events.ts
CHANGED
|
@@ -4864,7 +4864,7 @@ export class SfIEvents extends LitElement {
|
|
|
4864
4864
|
}
|
|
4865
4865
|
|
|
4866
4866
|
if(this.myRole == this.TAB_VIEWER && this.getCurrentTab() == this.TAB_CUSTOM) {
|
|
4867
|
-
html += ('<
|
|
4867
|
+
html += ('<div class="d-flex"><div part="chip-not-started" class="color-not-started">Not Started ' + countNotStarted + '</div> <div part="chip-color-pending" class="color-pending">Pending Approval ' + countPendingApproval + '</div> <div part="chip-rejected" class="color-rejected">Rejected ' + countRejected + '</div> <div part="chip-approved" class="color-approved">Approved '+countApproved+'</div></div>')
|
|
4868
4868
|
}
|
|
4869
4869
|
|
|
4870
4870
|
html += this.renderCalendarRowDivEnd();
|