sf-i-events 1.0.848 → 1.0.850
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 +8 -5
- package/package.json +3 -2
- package/sf-i-events.d.ts +6 -1
- package/sf-i-events.js +326 -82
- package/src/sf-i-events.ts +6100 -5854
package/dev/index.html
CHANGED
|
@@ -26,9 +26,10 @@
|
|
|
26
26
|
import { SfIElasticText } from 'https://esm.run/sf-i-elastic-text@1.0.17/sf-i-elastic-text.js';
|
|
27
27
|
import { SfIUploader } from 'https://esm.run/sf-i-uploader@1.0.114/sf-i-uploader.js';
|
|
28
28
|
import { SfIMultitextarea } from 'https://esm.run/sf-i-multitextarea@1.0.23/sf-i-multitextarea.js';
|
|
29
|
-
import { SfIReporting } from 'https://esm.run/sf-i-reporting@1.0.
|
|
29
|
+
import { SfIReporting } from 'https://esm.run/sf-i-reporting@1.0.83/sf-i-reporting.js';
|
|
30
30
|
import { SfIBricks } from 'https://esm.run/sf-i-bricks@1.0.8/sf-i-bricks.js';
|
|
31
31
|
import { SfNewFeature } from 'https://esm.run/sf-new-feature@1.0.2/sf-new-feature.js';
|
|
32
|
+
import { SfChecklist } from 'https://esm.run/sf-checklist@1.0.17/dist/sf-checklist.js';
|
|
32
33
|
|
|
33
34
|
// import {LitElement, html, css} from 'https://unpkg.com/lit-element@3.3.3/lit-element.js?module';
|
|
34
35
|
// import {SfNav} from 'https://unpkg.com/sf-nav@1.0.73/sf-nav.js?module';
|
|
@@ -734,10 +735,12 @@
|
|
|
734
735
|
apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute"
|
|
735
736
|
apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition"
|
|
736
737
|
apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat"
|
|
737
|
-
apiidnotices="gghnbi7hku2qj5twrea6xxcaya0aqeis.lambda-url.us-east-1.on.aws"
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
738
|
+
apiidnotices="gghnbi7hku2qj5twrea6xxcaya0aqeis.lambda-url.us-east-1.on.aws"
|
|
739
|
+
apiidagreements="on26pnwtkfoifejudm5bcez4my0zasvq.lambda-url.us-east-1.on.aws" fill="solid"
|
|
740
|
+
username="Local Reporter 1" userprofileid="e9684b5d-ddbc-46d3-ae07-51706bf75410"
|
|
741
|
+
projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" projectname="ABC Global"
|
|
742
|
+
countryid="07d73b44-648d-4301-82c4-d6df43397824" myrole="reporter" showregisterexport="false"
|
|
743
|
+
features="["notices","agreements"]"
|
|
741
744
|
eventfielddependencies="[{"type": "foreignkey", "parent": "country", "child": "state"},{"type": "foreignkey", "parent": "category", "child": "subcategory"},{"type": "foreignkey", "parent": "frequency", "child": "subfrequency"}]"
|
|
742
745
|
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"}]"
|
|
743
746
|
eventpreviewfields="["obligation"]"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sf-i-events",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.850",
|
|
5
5
|
"description": "Superflows Navigation Component",
|
|
6
6
|
"main": "sf-i-events.js",
|
|
7
7
|
"module": "sf-i-events.js",
|
|
@@ -55,11 +55,12 @@
|
|
|
55
55
|
"fs": "^0.0.1-security",
|
|
56
56
|
"lit": "^2.2.4",
|
|
57
57
|
"patternomaly": "^1.3.2",
|
|
58
|
+
"sf-checklist": "^1.0.17",
|
|
58
59
|
"sf-i-bricks": "^1.0.8",
|
|
59
60
|
"sf-i-elastic-text": "^1.0.17",
|
|
60
61
|
"sf-i-form": "^1.0.106",
|
|
61
62
|
"sf-i-multitextarea": "^1.0.7",
|
|
62
|
-
"sf-i-reporting": "^1.0.
|
|
63
|
+
"sf-i-reporting": "^1.0.83",
|
|
63
64
|
"sf-i-select": "^1.0.80",
|
|
64
65
|
"sf-i-sub-select": "^1.0.68",
|
|
65
66
|
"sf-i-uploader": "^1.0.98",
|
package/sf-i-events.d.ts
CHANGED
|
@@ -105,6 +105,9 @@ export declare class SfIEvents extends LitElement {
|
|
|
105
105
|
TAGGING_HTML: string;
|
|
106
106
|
AUTOSAVE_FLAG: boolean;
|
|
107
107
|
EXCLUDE_COLS_FROM_REGS: Array<string>;
|
|
108
|
+
CHARTS_LIST_BY_MODULES: {
|
|
109
|
+
[key: string]: Array<string>;
|
|
110
|
+
};
|
|
108
111
|
chartSelectedLegend: Array<number>;
|
|
109
112
|
selectedFilters: any;
|
|
110
113
|
barCharDataSet2: Array<any>;
|
|
@@ -460,7 +463,7 @@ export declare class SfIEvents extends LitElement {
|
|
|
460
463
|
renderLatestCompliance: (mmddyyyy: string, event: any) => any;
|
|
461
464
|
getCompletenessStatus: (event: any) => "rejected" | "not-started" | "pending-approval" | "approved";
|
|
462
465
|
getTimelinessStatus: (mmdd: string, event: any, completeness: string) => "late-executed" | "late-reported" | "late-approved" | "past-due-date" | "in-time";
|
|
463
|
-
getComplianceStatus: (completeness: string, timeliness: string, percentage?: string) => "scheduled" | "not-complied" | "partially-complied" | "complied" | "complied-with-gaps" | "reported-non-compliance";
|
|
466
|
+
getComplianceStatus: (completeness: string, timeliness: string, percentage?: string, event?: any) => "active" | "expired" | "scheduled" | "not-complied" | "partially-complied" | "complied" | "complied-with-gaps" | "reported-non-compliance";
|
|
464
467
|
numcalled: number;
|
|
465
468
|
updateStats: (event: any, partStatus: string, lateStatus: string, complianceStatus: string) => void;
|
|
466
469
|
renderCalendarGraphs: (showGraph: boolean, parametersTitle: string, showBackgroundButton: boolean) => string;
|
|
@@ -604,6 +607,8 @@ export declare class SfIEvents extends LitElement {
|
|
|
604
607
|
renderEventDetailShort: (compliance: any) => void;
|
|
605
608
|
fetchNoticeDetails: (listEvent: any) => Promise<void>;
|
|
606
609
|
renderNoticeDetails: (listEvent: any, mmddyyyy: string) => Promise<void>;
|
|
610
|
+
fetchAgreementDetails: (listEvent: any, mmddyyyy: string) => Promise<void>;
|
|
611
|
+
renewAgreement: (listEvent: any, reportformatvalues: any) => Promise<void>;
|
|
607
612
|
renderAgreementDetails: (listEvent: any, mmddyyyy: string) => Promise<void>;
|
|
608
613
|
fetchEventDetails: (listEvent: any, mmddyyyy: any, currentColumnButton: HTMLButtonElement | null, eventsContainer: HTMLDivElement, flagUploadGuidance?: boolean, listEventContainer?: HTMLDivElement | null) => Promise<void>;
|
|
609
614
|
renderEventDetail: (event: any, mmddyyyy: any, currentColumnButton: HTMLButtonElement | null, eventsContainer: HTMLDivElement) => void;
|