sf-i-events 1.0.949 → 1.0.951
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 +2 -31
- package/package.json +1 -1
- package/sf-i-events.d.ts +2 -0
- package/sf-i-events.js +651 -435
- package/src/sf-i-events.ts +690 -486
- package/src/util.ts +1 -0
package/dev/index.html
CHANGED
|
@@ -941,7 +941,7 @@
|
|
|
941
941
|
</div>
|
|
942
942
|
|
|
943
943
|
</sf-i-events> -->
|
|
944
|
-
|
|
944
|
+
<sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer"
|
|
945
945
|
apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute"
|
|
946
946
|
apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition"
|
|
947
947
|
apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat"
|
|
@@ -970,7 +970,7 @@
|
|
|
970
970
|
<sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting>
|
|
971
971
|
</div>
|
|
972
972
|
|
|
973
|
-
</sf-i-events>
|
|
973
|
+
</sf-i-events>
|
|
974
974
|
<!-- <sf-i-events id="sf-i-events-next" name="Next Compliances" apiid="dwqyez2puoxmu.cloudfront.net/event"
|
|
975
975
|
apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiidcompliances="dnytrdlrmxgsy.cloudfront.net/compliance"
|
|
976
976
|
apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat"
|
|
@@ -1116,35 +1116,6 @@
|
|
|
1116
1116
|
</div>
|
|
1117
1117
|
|
|
1118
1118
|
</sf-i-events> -->
|
|
1119
|
-
<sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer"
|
|
1120
|
-
apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute"
|
|
1121
|
-
apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition"
|
|
1122
|
-
apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat"
|
|
1123
|
-
apiidnotices="gghnbi7hku2qj5twrea6xxcaya0aqeis.lambda-url.us-east-1.on.aws"
|
|
1124
|
-
apiidagreements="swago3unro2te55ikvjuqwcrr40wluqh.lambda-url.us-east-1.on.aws"
|
|
1125
|
-
apiidlicenses="lbtsbsctcdsyah4qdszkv4rctq0tnvel.lambda-url.us-east-1.on.aws"
|
|
1126
|
-
apiidrcmresources="jra3sghasmaxn5aiq7rtv6pjzq0oeuaw.lambda-url.us-east-1.on.aws" fill="pattern"
|
|
1127
|
-
username="Sashreeka Nachane" userprofileid="7ceaf705-3e54-49d1-b143-5ce1d687300e"
|
|
1128
|
-
projectid="411aa07b-6104-443b-8e9b-bb17e1ea5768" projectname="Inzpera"
|
|
1129
|
-
countryid="73801229-4bb1-471b-8d84-565a9501db76" selectedcriteria="Country - India" enabledeletelatestreport="true"
|
|
1130
|
-
features="[]"
|
|
1131
|
-
eventfielddependencies="[{"type": "foreignkey", "parent": "country", "child": "state"},{"type": "foreignkey", "parent": "category", "child": "subcategory"},{"type": "foreignkey", "parent": "frequency", "child": "subfrequency"}]"
|
|
1132
|
-
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"}]"
|
|
1133
|
-
eventpreviewfields="["obligationtitle"]"
|
|
1134
|
-
eventhidefields="["comments","documents","lastupdated","approved","tags"]"
|
|
1135
|
-
calendarstartdd="01" calendarstartmm="04" calendarstartyyyy="2024">
|
|
1136
|
-
|
|
1137
|
-
<div slot="uploader">
|
|
1138
|
-
<sf-i-uploader id="uploader" max="10" apiid="1peg5170d3"
|
|
1139
|
-
allowedextensions="["jpg","jpeg","png","pdf","xls","xlsx","doc","docx","zip"]"
|
|
1140
|
-
extract="yes" projectid="411aa07b-6104-443b-8e9b-bb17e1ea5768" maxsize="31457280"
|
|
1141
|
-
allowdownload="yes"></sf-i-uploader>
|
|
1142
|
-
</div>
|
|
1143
|
-
<div slot="reporting">
|
|
1144
|
-
<sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting>
|
|
1145
|
-
</div>
|
|
1146
|
-
|
|
1147
|
-
</sf-i-events>
|
|
1148
1119
|
<script>
|
|
1149
1120
|
|
|
1150
1121
|
function setCookie(name, value, days) {
|
package/package.json
CHANGED
package/sf-i-events.d.ts
CHANGED
|
@@ -305,6 +305,7 @@ export declare class SfIEvents extends LitElement {
|
|
|
305
305
|
};
|
|
306
306
|
suspenseFlag: boolean;
|
|
307
307
|
tablecols: string[];
|
|
308
|
+
reportedLocationsVals: any[];
|
|
308
309
|
static styles: import("lit").CSSResult;
|
|
309
310
|
_SfIEventsC: any;
|
|
310
311
|
_SfRowError: any;
|
|
@@ -644,6 +645,7 @@ export declare class SfIEvents extends LitElement {
|
|
|
644
645
|
renderRCMResourceDetails: (listEvent: any, mmddyyyy: string) => Promise<void>;
|
|
645
646
|
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>;
|
|
646
647
|
renderEventDetail: (event: any, mmddyyyy: any, currentColumnButton: HTMLButtonElement | null, eventsContainer: HTMLDivElement, previousId: string, nextId: string) => void;
|
|
648
|
+
renderEventDetailReporting: (eventDetailReportingContainer: HTMLDivElement, event: any, mmddyyyy: any, eventDetailContainer: HTMLDivElement) => void;
|
|
647
649
|
renderCalendar: () => void;
|
|
648
650
|
matchesOnBoardingFilter: (country: string, state: string, subcategory: string, statute: string) => boolean;
|
|
649
651
|
applyAndReloadTagging: (e: any, colName: string, taggingArray: any, sourceArray: any, divElement: any) => void;
|