sf-i-events 1.0.804 → 1.0.805

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.804",
4
+ "version": "1.0.805",
5
5
  "description": "Superflows Navigation Component",
6
6
  "main": "sf-i-events.js",
7
7
  "module": "sf-i-events.js",
package/sf-i-events.d.ts CHANGED
@@ -93,7 +93,8 @@ export declare class SfIEvents extends LitElement {
93
93
  COLOR_NOT_COMPLIED: string;
94
94
  COLOR_PARTIALLY_COMPLIED: string;
95
95
  COLOR_COMPLIED: string;
96
- COLOR_COMPLIED_WITH_EXCEPTION: string;
96
+ COLOR_COMPLIED_WITH_GAPS: string;
97
+ COLOR_REPORTED_NON_COMPLIANCE: string;
97
98
  STATUS_NOT_STARTED: string;
98
99
  STATUS_PENDING_APPROVAL: string;
99
100
  STATUS_REJECTED: string;
@@ -458,7 +459,7 @@ export declare class SfIEvents extends LitElement {
458
459
  renderLatestCompliance: (mmddyyyy: string, event: any) => any;
459
460
  getCompletenessStatus: (event: any) => "rejected" | "not-started" | "pending-approval" | "approved";
460
461
  getTimelinessStatus: (mmdd: string, event: any, completeness: string) => "late-executed" | "late-reported" | "late-approved" | "past-due-date" | "in-time";
461
- getComplianceStatus: (completeness: string, timeliness: string, percentage?: string) => "scheduled" | "not-complied" | "partially-complied" | "complied" | "complied-with-exception";
462
+ getComplianceStatus: (completeness: string, timeliness: string, percentage?: string) => "scheduled" | "not-complied" | "partially-complied" | "complied" | "complied-with-gaps" | "reported-non-compliance";
462
463
  numcalled: number;
463
464
  updateStats: (event: any, partStatus: string, lateStatus: string, complianceStatus: string) => void;
464
465
  renderCalendarGraphs: (showGraph: boolean, parametersTitle: string, showBackgroundButton: boolean) => string;