sf-i-events 1.0.966 → 1.0.968
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/dev/index.html +76 -31
- package/package.json +1 -1
- package/sf-i-events.d.ts +11 -10
- package/sf-i-events.js +279 -83
- package/src/sf-i-events.ts +278 -89
package/dev/index.html
CHANGED
|
@@ -864,6 +864,14 @@
|
|
|
864
864
|
allowdownload="yes"></sf-i-uploader></div>
|
|
865
865
|
<div slot="reporting"><sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting></div>
|
|
866
866
|
</sf-i-events> -->
|
|
867
|
+
<!-- <sf-i-events projectid="7f928276-a9ff-4bcd-a8db-874f618a92ea" projectname="Transvolt" mode="onboarding"
|
|
868
|
+
locations="{"India":{"Maharashtra":["Head Office"]}}" contractstartdate="01/04/2024"
|
|
869
|
+
apiid="dwqyez2puoxmu.cloudfront.net/event" username="ninad.t@flagggrc.tech"
|
|
870
|
+
apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiidcompliances="dnytrdlrmxgsy.cloudfront.net/compliance"
|
|
871
|
+
apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidusers="dnytrdlrmxgsy.cloudfront.net/userprofile"
|
|
872
|
+
disablesignoff="yes" disableclientresponse="yes">
|
|
873
|
+
|
|
874
|
+
</sf-i-events> -->
|
|
867
875
|
<!-- <sf-i-events name="Calendar" apiid="api2.flagggrc.tech/event-api" mode="consumer"
|
|
868
876
|
apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute"
|
|
869
877
|
apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition"
|
|
@@ -894,35 +902,6 @@
|
|
|
894
902
|
</div>
|
|
895
903
|
|
|
896
904
|
</sf-i-events> -->
|
|
897
|
-
<sf-i-events name="Calendar" apiid="api2.flagggrc.tech/event-api" mode="consumer"
|
|
898
|
-
apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute"
|
|
899
|
-
apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition"
|
|
900
|
-
apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat"
|
|
901
|
-
apiidnotices="gghnbi7hku2qj5twrea6xxcaya0aqeis.lambda-url.us-east-1.on.aws"
|
|
902
|
-
apiidagreements="swago3unro2te55ikvjuqwcrr40wluqh.lambda-url.us-east-1.on.aws"
|
|
903
|
-
apiidlicenses="lbtsbsctcdsyah4qdszkv4rctq0tnvel.lambda-url.us-east-1.on.aws"
|
|
904
|
-
apiidrcmresources="jra3sghasmaxn5aiq7rtv6pjzq0oeuaw.lambda-url.us-east-1.on.aws" fill="pattern"
|
|
905
|
-
username="Nirmal Rathod" userprofileid="d4d92385-1fa4-4055-b23c-d7ef5e18bc3d"
|
|
906
|
-
projectid="5a05b884-d7ed-4f63-b623-4d305ea2cfd6" projectname="Standard Radiators Private Limited"
|
|
907
|
-
countryid="17f9c73b-886d-40d7-b8f2-2ace42763d47" selectedcriteria="Country - India" enabledeletelatestreport="true"
|
|
908
|
-
features="[]"
|
|
909
|
-
eventfielddependencies="[{"type": "foreignkey", "parent": "country", "child": "state"},{"type": "foreignkey", "parent": "category", "child": "subcategory"},{"type": "foreignkey", "parent": "frequency", "child": "subfrequency"}]"
|
|
910
|
-
eventfields="[{"type": "sf-i-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/riskarea", "field": "riskarea"},{"type": "sf-i-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/jurisdiction", "field": "jurisdiction"},{"type": "sf-i-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/updatetype", "field": "updatetype"},{"type": "sf-i-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/country", "field": "country"},{"type": "sf-i-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/specificity", "field": "specificity"},{"type": "sf-i-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/risk", "field": "risk"},{"type": "sf-i-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/frequency", "field": "frequency"},{"type": "sf-i-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/category", "field": "category"},{"type": "sf-i-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/obligationtype", "field": "obligationtype"},{"type": "sf-i-sub-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/state", "field": "state"},{"type": "sf-i-sub-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/subfrequency", "field": "subfrequency"},{"type": "sf-i-sub-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/subcategory", "field": "subcategory"},{"type": "sf-i-form", "apiId": "dnytrdlrmxgsy.cloudfront.net/statute", "field": "statute", "projectField": "name"}]"
|
|
911
|
-
eventpreviewfields="["obligationtitle"]"
|
|
912
|
-
eventhidefields="["comments","documents","lastupdated","approved","tags"]"
|
|
913
|
-
calendarstartdd="01" calendarstartmm="04" calendarstartyyyy="2025">
|
|
914
|
-
|
|
915
|
-
<div slot="uploader">
|
|
916
|
-
<sf-i-uploader id="uploader" max="10" apiid="1peg5170d3"
|
|
917
|
-
allowedextensions="["jpg","jpeg","png","pdf","xls","xlsx","doc","docx","zip"]"
|
|
918
|
-
extract="yes" projectid="5a05b884-d7ed-4f63-b623-4d305ea2cfd6" maxsize="31457280"
|
|
919
|
-
allowdownload="yes"></sf-i-uploader>
|
|
920
|
-
</div>
|
|
921
|
-
<div slot="reporting">
|
|
922
|
-
<sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting>
|
|
923
|
-
</div>
|
|
924
|
-
|
|
925
|
-
</sf-i-events>
|
|
926
905
|
<!-- <sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer"
|
|
927
906
|
apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute"
|
|
928
907
|
apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition"
|
|
@@ -1121,14 +1100,42 @@
|
|
|
1121
1100
|
</div>
|
|
1122
1101
|
|
|
1123
1102
|
</sf-i-events> -->
|
|
1124
|
-
<!-- <sf-i-events
|
|
1103
|
+
<!-- <sf-i-events name="Calendar" apiid="api2.flagggrc.tech/event" mode="consumer"
|
|
1104
|
+
apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute"
|
|
1105
|
+
apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition"
|
|
1106
|
+
apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat"
|
|
1107
|
+
apiidnotices="gghnbi7hku2qj5twrea6xxcaya0aqeis.lambda-url.us-east-1.on.aws"
|
|
1108
|
+
apiidagreements="swago3unro2te55ikvjuqwcrr40wluqh.lambda-url.us-east-1.on.aws"
|
|
1109
|
+
apiidlicenses="lbtsbsctcdsyah4qdszkv4rctq0tnvel.lambda-url.us-east-1.on.aws"
|
|
1110
|
+
apiidrcmresources="jra3sghasmaxn5aiq7rtv6pjzq0oeuaw.lambda-url.us-east-1.on.aws" fill="solid" username="Mihir Vasa"
|
|
1111
|
+
userprofileid="ee4609a3-1223-4f54-b0d4-f08b1b5053f7" projectid="7f928276-a9ff-4bcd-a8db-874f618a92ea"
|
|
1112
|
+
projectname="Transvolt" countryid="8c5ebfbc-f1c7-4f77-84ee-0f2234f29ded" selectedcriteria="Country - India"
|
|
1113
|
+
myrole="viewer" showregisterexport="false" features="["contracts"]"
|
|
1114
|
+
eventfielddependencies="[{"type": "foreignkey", "parent": "country", "child": "state"},{"type": "foreignkey", "parent": "category", "child": "subcategory"},{"type": "foreignkey", "parent": "frequency", "child": "subfrequency"}]"
|
|
1115
|
+
eventfields="[{"type": "sf-i-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/riskarea", "field": "riskarea"},{"type": "sf-i-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/jurisdiction", "field": "jurisdiction"},{"type": "sf-i-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/updatetype", "field": "updatetype"},{"type": "sf-i-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/country", "field": "country"},{"type": "sf-i-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/specificity", "field": "specificity"},{"type": "sf-i-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/risk", "field": "risk"},{"type": "sf-i-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/frequency", "field": "frequency"},{"type": "sf-i-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/category", "field": "category"},{"type": "sf-i-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/obligationtype", "field": "obligationtype"},{"type": "sf-i-sub-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/state", "field": "state"},{"type": "sf-i-sub-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/subfrequency", "field": "subfrequency"},{"type": "sf-i-sub-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/subcategory", "field": "subcategory"},{"type": "sf-i-form", "apiId": "dnytrdlrmxgsy.cloudfront.net/statute", "field": "statute", "projectField": "name"}]"
|
|
1116
|
+
eventpreviewfields="["obligation"]"
|
|
1117
|
+
eventhidefields="["comments","documents","lastupdated","approved","tags"]"
|
|
1118
|
+
calendarstartdd="01" calendarstartmm="04" calendarstartyyyy="2025">
|
|
1119
|
+
|
|
1120
|
+
<div slot="uploader">
|
|
1121
|
+
<sf-i-uploader id="uploader" max="10" apiid="1peg5170d3"
|
|
1122
|
+
allowedextensions="["jpg","jpeg","png","pdf","xls","xlsx","doc","docx","zip"]"
|
|
1123
|
+
extract="yes" projectid="7f928276-a9ff-4bcd-a8db-874f618a92ea" maxsize="31457280"
|
|
1124
|
+
allowdownload="yes"></sf-i-uploader>
|
|
1125
|
+
</div>
|
|
1126
|
+
<div slot="reporting">
|
|
1127
|
+
<sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting>
|
|
1128
|
+
</div>
|
|
1129
|
+
|
|
1130
|
+
</sf-i-events> -->
|
|
1131
|
+
<sf-i-events projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" projectname="ABC Global" mode="onboarding"
|
|
1125
1132
|
locations="{"India":{"Maharashtra":["Pune","Mumbai"],"Telangana":["Telangana"]},"Canada":{"CanadaSO":["CanadaLO"]},"Singapore":{"SingaporeSO":["Orchard","Raffles","Robinson","Tanjong","Tras"]},"United Kingdom":{"UnitedSO":["UnitedLO"]},"United States of America":{"AmericaSO":["AmericaLO"]}}"
|
|
1126
1133
|
contractstartdate="1/4/2024" apiid="dwqyez2puoxmu.cloudfront.net/event" username="ninad.t@flagggrc.tech"
|
|
1127
1134
|
apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiidcompliances="dnytrdlrmxgsy.cloudfront.net/compliance"
|
|
1128
1135
|
apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidusers="dnytrdlrmxgsy.cloudfront.net/userprofile"
|
|
1129
1136
|
disablesignoff="yes" disableclientresponse="yes">
|
|
1130
1137
|
|
|
1131
|
-
</sf-i-events>
|
|
1138
|
+
</sf-i-events>
|
|
1132
1139
|
<!-- <sf-i-events projectid="a81b6ae1-98de-4b72-8cf0-9aaee5b61891" projectname="Khaitan" mode="onboarding" locations="{}"
|
|
1133
1140
|
contractstartdate="01/01/2025" apiid="dwqyez2puoxmu.cloudfront.net/event" username="ninad.t@flagggrc.tech"
|
|
1134
1141
|
apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiidcompliances="dnytrdlrmxgsy.cloudfront.net/compliance"
|
|
@@ -1195,6 +1202,44 @@
|
|
|
1195
1202
|
</div>
|
|
1196
1203
|
|
|
1197
1204
|
</sf-i-events> -->
|
|
1205
|
+
<!-- <sf-i-events name="Calendar" apiid="api2.flagggrc.tech/event-api" mode="consumer"
|
|
1206
|
+
apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute"
|
|
1207
|
+
apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition"
|
|
1208
|
+
apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat"
|
|
1209
|
+
apiidnotices="gghnbi7hku2qj5twrea6xxcaya0aqeis.lambda-url.us-east-1.on.aws"
|
|
1210
|
+
apiidagreements="swago3unro2te55ikvjuqwcrr40wluqh.lambda-url.us-east-1.on.aws"
|
|
1211
|
+
apiidlicenses="lbtsbsctcdsyah4qdszkv4rctq0tnvel.lambda-url.us-east-1.on.aws"
|
|
1212
|
+
apiidrcmresources="jra3sghasmaxn5aiq7rtv6pjzq0oeuaw.lambda-url.us-east-1.on.aws" fill="solid"
|
|
1213
|
+
username="Ankur Singhal" userprofileid="010834e8-108e-4a87-b58d-f5b429f184be"
|
|
1214
|
+
projectid="f0f17ddb-546a-45f5-8a94-a5689fde8e64" projectname="Signode"
|
|
1215
|
+
countryid="4ab8901c-4407-4c4d-a2c7-df1a690aa0a3" selectedcriteria="Country - India" myrole="viewer"
|
|
1216
|
+
showregisterexport="false" features="["contracts"]"
|
|
1217
|
+
eventfielddependencies="[{"type": "foreignkey", "parent": "country", "child": "state"},{"type": "foreignkey", "parent": "category", "child": "subcategory"},{"type": "foreignkey", "parent": "frequency", "child": "subfrequency"}]"
|
|
1218
|
+
eventfields="[{"type": "sf-i-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/riskarea", "field": "riskarea"},{"type": "sf-i-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/jurisdiction", "field": "jurisdiction"},{"type": "sf-i-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/updatetype", "field": "updatetype"},{"type": "sf-i-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/country", "field": "country"},{"type": "sf-i-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/specificity", "field": "specificity"},{"type": "sf-i-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/risk", "field": "risk"},{"type": "sf-i-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/frequency", "field": "frequency"},{"type": "sf-i-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/category", "field": "category"},{"type": "sf-i-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/obligationtype", "field": "obligationtype"},{"type": "sf-i-sub-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/state", "field": "state"},{"type": "sf-i-sub-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/subfrequency", "field": "subfrequency"},{"type": "sf-i-sub-select", "apiId": "dnytrdlrmxgsy.cloudfront.net/subcategory", "field": "subcategory"},{"type": "sf-i-form", "apiId": "dnytrdlrmxgsy.cloudfront.net/statute", "field": "statute", "projectField": "name"}]"
|
|
1219
|
+
eventpreviewfields="["obligation"]"
|
|
1220
|
+
eventhidefields="["comments","documents","lastupdated","approved","tags"]"
|
|
1221
|
+
calendarstartdd="01" calendarstartmm="04" calendarstartyyyy="2025">
|
|
1222
|
+
|
|
1223
|
+
<div slot="uploader">
|
|
1224
|
+
<sf-i-uploader id="uploader" max="10" apiid="1peg5170d3"
|
|
1225
|
+
allowedextensions="["jpg","jpeg","png","pdf","xls","xlsx","doc","docx","zip"]"
|
|
1226
|
+
extract="yes" projectid="f0f17ddb-546a-45f5-8a94-a5689fde8e64" maxsize="31457280"
|
|
1227
|
+
allowdownload="yes"></sf-i-uploader>
|
|
1228
|
+
</div>
|
|
1229
|
+
<div slot="reporting">
|
|
1230
|
+
<sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting>
|
|
1231
|
+
</div>
|
|
1232
|
+
|
|
1233
|
+
</sf-i-events> -->
|
|
1234
|
+
<!-- <sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" mode="reports" fill="pattern"
|
|
1235
|
+
username="Local Reporter 1" userprofileid="e9684b5d-ddbc-46d3-ae07-51706bf75410"
|
|
1236
|
+
projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" projectname="ABC Global" calendarstartyyyy="2025"
|
|
1237
|
+
myrole="reporter">
|
|
1238
|
+
</sf-i-events> -->
|
|
1239
|
+
<!-- <sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" mode="reports" fill="pattern"
|
|
1240
|
+
username="Pushti Goenka" userprofileid="8ac7f984-a9e2-46ef-a815-c5116f3e4638"
|
|
1241
|
+
projectid="7f928276-a9ff-4bcd-a8db-874f618a92ea" projectname="Transvolt" calendarstartyyyy="2025" myrole="reporter">
|
|
1242
|
+
</sf-i-events> -->
|
|
1198
1243
|
<script>
|
|
1199
1244
|
|
|
1200
1245
|
function setCookie(name, value, days) {
|
package/package.json
CHANGED
package/sf-i-events.d.ts
CHANGED
|
@@ -503,7 +503,7 @@ export declare class SfIEvents extends LitElement {
|
|
|
503
503
|
getCalendarRowHide: (events: any, i: number, lastDay: number, month: number, firstDate?: any, currDate?: any) => boolean;
|
|
504
504
|
renderCalendarRowDivStart: (i: number, firstDate?: any, ddmm?: string) => string;
|
|
505
505
|
renderCalendarRowDivEnd: () => string;
|
|
506
|
-
renderCalendarRowDivItemDivStart: (mmdd: string, event: any, itemNumber: number, partStatus: string, bgStatus: string) => string;
|
|
506
|
+
renderCalendarRowDivItemDivStart: (mmdd: string, event: any, itemNumber: number, partStatus: string, bgStatus: string, fromDrilldown: boolean) => string;
|
|
507
507
|
renderCalendarRowDivItemDivEnd: () => string;
|
|
508
508
|
renderCalendarBlankRowDiv: (hide: boolean, slice: number, i: number, firstDate?: any, ddmm?: string) => {
|
|
509
509
|
html: string;
|
|
@@ -514,7 +514,7 @@ export declare class SfIEvents extends LitElement {
|
|
|
514
514
|
renderStatusHtml: (partStatus: string, lateStatus: string, complianceStatus: string, i: number) => string;
|
|
515
515
|
renderStatusString: (partStatus: string, lateStatus: string, complianceStatus: string) => string;
|
|
516
516
|
getGraphParam: (event: any) => string;
|
|
517
|
-
renderCalendarAnnotations: (event: any, mmdd: string, j: number) => string;
|
|
517
|
+
renderCalendarAnnotations: (event: any, mmdd: string, j: number, fromDrilldown: boolean) => string;
|
|
518
518
|
renderEvents: (_firstDay: any, _endDay: any, iInit: number, iLast: number, showGraph: boolean, index: number, month: number, period: string, firstDate: any, parametersTitle: string, showBackgroundButton: boolean, fromDrilldown?: boolean) => string;
|
|
519
519
|
renderStatistics: (_firstDay: any, _endDay: any, iInit: number, iLast: number, showGraph: boolean, index: number, month: number, period: string, firstDate: any, parametersTitle: string) => string;
|
|
520
520
|
renderReporting: (event: any, mmddyyyy: any) => string;
|
|
@@ -582,7 +582,7 @@ export declare class SfIEvents extends LitElement {
|
|
|
582
582
|
loadOnboardingReportedLocations: () => Promise<void>;
|
|
583
583
|
loadOnboardingSignoff: () => Promise<void>;
|
|
584
584
|
loadOnboardingCalendar: () => Promise<void>;
|
|
585
|
-
loadOnboardingSuspense: () => Promise<void>;
|
|
585
|
+
loadOnboardingSuspense: (year?: string) => Promise<void>;
|
|
586
586
|
calculateStartAndEndDateOfPast: (index?: number) => {
|
|
587
587
|
startDate: string;
|
|
588
588
|
endDate: string;
|
|
@@ -648,8 +648,8 @@ export declare class SfIEvents extends LitElement {
|
|
|
648
648
|
fetchRCMResourceDetails: (listEvent: any, mmddyyyy: string) => Promise<void>;
|
|
649
649
|
renewRCMResource: (listEvent: any, reportformatvalues: any) => Promise<void>;
|
|
650
650
|
renderRCMResourceDetails: (listEvent: any, mmddyyyy: string) => Promise<void>;
|
|
651
|
-
fetchEventDetails: (listEvent: any, mmddyyyy: any, currentColumnButton: HTMLButtonElement | null, eventsContainer: HTMLDivElement, previousId?: string, nextId?: string, flagUploadGuidance?: boolean, listEventContainer?: HTMLDivElement | null, reportercomments?: string | null, approvercomments?: string | null, inputReportingPercentage?: string | null, selectReportedLocation?: string | null, documents?: any | null, dateOfCompletion?: string | null) => Promise<void>;
|
|
652
|
-
renderEventDetail: (event: any, mmddyyyy: any, currentColumnButton: HTMLButtonElement | null, eventsContainer: HTMLDivElement, previousId: string, nextId: string) => void;
|
|
651
|
+
fetchEventDetails: (listEvent: any, mmddyyyy: any, currentColumnButton: HTMLButtonElement | null, eventsContainer: HTMLDivElement, previousId?: string, nextId?: string, flagUploadGuidance?: boolean, listEventContainer?: HTMLDivElement | null, reportercomments?: string | null, approvercomments?: string | null, inputReportingPercentage?: string | null, selectReportedLocation?: string | null, documents?: any | null, dateOfCompletion?: string | null, fromDrilldown?: boolean) => Promise<void>;
|
|
652
|
+
renderEventDetail: (event: any, mmddyyyy: any, currentColumnButton: HTMLButtonElement | null, eventsContainer: HTMLDivElement, previousId: string, nextId: string, fromDrilldown: boolean) => void;
|
|
653
653
|
renderEventDetailReporting: (eventDetailReportingContainer: HTMLDivElement, event: any, mmddyyyy: any, eventDetailContainer: HTMLDivElement) => void;
|
|
654
654
|
renderCalendar: () => void;
|
|
655
655
|
matchesOnBoardingFilter: (country: string, state: string, subcategory: string, statute: string) => boolean;
|
|
@@ -664,7 +664,8 @@ export declare class SfIEvents extends LitElement {
|
|
|
664
664
|
refreshCalendar: () => Promise<void>;
|
|
665
665
|
renderNewOnboarding: () => void;
|
|
666
666
|
renderOnboardingSignoff: (signoff: any) => void;
|
|
667
|
-
|
|
667
|
+
getAllPastFiscals: (startDate: Date) => number[];
|
|
668
|
+
renderOnboardingSuspense: (sourceArray: any, suspenseList: any, year: string) => void;
|
|
668
669
|
renderOnboardingSuspenseOld: (_suspenseList: any) => void;
|
|
669
670
|
renderOnboardingCalendar: (_calendarJobs: any) => void;
|
|
670
671
|
renderOnboardingTriggers: (mappedTriggers: any, mappedSerializedAlertSchedules: any, triggersJobs: any) => void;
|
|
@@ -763,7 +764,7 @@ export declare class SfIEvents extends LitElement {
|
|
|
763
764
|
uploadLocationsMapping: (data: any) => Promise<void>;
|
|
764
765
|
uploadEntitiesMapping: (data: any) => Promise<void>;
|
|
765
766
|
uploadCountriesMapping: (data: any) => Promise<void>;
|
|
766
|
-
uploadMappedSuspense: (data: any) => Promise<any>;
|
|
767
|
+
uploadMappedSuspense: (data: any, year: string) => Promise<any>;
|
|
767
768
|
uploadOnboardingMapping: (data: any, onboardingstep: string) => Promise<void>;
|
|
768
769
|
uploadToPresignedUrl: (data: any, url: string) => Promise<void>;
|
|
769
770
|
uploadCompliancesMapping: (data: any) => Promise<void>;
|
|
@@ -852,7 +853,7 @@ export declare class SfIEvents extends LitElement {
|
|
|
852
853
|
fetchCalendarJobs: () => Promise<any>;
|
|
853
854
|
deleteFromSuspense: (suspenseKey: any, year: string) => Promise<any>;
|
|
854
855
|
markReviewed: (suspenseKey: any, year: string, review: boolean) => Promise<any>;
|
|
855
|
-
fetchSuspenseList: () => Promise<any>;
|
|
856
|
+
fetchSuspenseList: (year?: string) => Promise<any>;
|
|
856
857
|
fetchDetail: (value: any) => Promise<void>;
|
|
857
858
|
fetchGetMappedCalendar: (year: string) => Promise<any>;
|
|
858
859
|
sleepFunction: (ms: number) => Promise<unknown>;
|
|
@@ -894,8 +895,8 @@ export declare class SfIEvents extends LitElement {
|
|
|
894
895
|
fetchReports: () => Promise<void>;
|
|
895
896
|
renderReports: (reportsData: any) => void;
|
|
896
897
|
renderDateSelector: (sortid: string) => void;
|
|
897
|
-
fetchReportCompliances: (selectedDate: Date, sortid: string) => Promise<void>;
|
|
898
|
-
|
|
898
|
+
fetchReportCompliances: (selectedDate: Date, locationid: string, sortid: string) => Promise<void>;
|
|
899
|
+
renderReportsCompliances: (compliancesData: any, sortid: string) => void;
|
|
899
900
|
submitUpdateReporting: (mmddyyyy: string, sortid: string) => Promise<void>;
|
|
900
901
|
loadMode: () => Promise<void>;
|
|
901
902
|
constructor();
|