sf-i-events 1.0.717 → 1.0.719

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.717",
4
+ "version": "1.0.719",
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
@@ -461,7 +461,7 @@ export declare class SfIEvents extends LitElement {
461
461
  renderStatusHtml: (partStatus: string, lateStatus: string, complianceStatus: string, i: number) => string;
462
462
  renderStatusString: (partStatus: string, lateStatus: string, complianceStatus: string) => string;
463
463
  getGraphParam: (event: any) => string;
464
- renderCalendarAnnotations: (event: any, mmdd: string, i: number, j: number) => string;
464
+ renderCalendarAnnotations: (event: any, mmdd: string, j: number) => string;
465
465
  renderEvents: (_firstDay: any, _endDay: any, iInit: number, iLast: number, showGraph: boolean, index: number, month: number, period: string, firstDate: any, parametersTitle: string) => string;
466
466
  renderReporting: (event: any, mmddyyyy: any) => string;
467
467
  renderListReporting: (listReportingContainer: HTMLDivElement, event: any, mmddyyyy: any, eventsContainer: HTMLDivElement) => void;