sf-i-reporting 1.0.52 → 1.0.54
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/dataObjects.d.ts +35 -30
- package/dataObjects.d.ts.map +1 -1
- package/dataObjects.js +70 -60
- package/dataObjects.js.map +1 -1
- package/dev/index.html +341 -0
- package/index.html +11 -0
- package/package.json +3 -2
- package/rollup.config.js +38 -0
- package/sf-i-reporting.d.ts +136 -134
- package/sf-i-reporting.d.ts.map +1 -1
- package/sf-i-reporting.js +1839 -1632
- package/sf-i-reporting.js.map +1 -1
- package/src/dataObjects.ts +104 -0
- package/src/sf-i-reporting.ts +2314 -0
- package/src/test/sf-i-reporting_test.ts +23 -0
- package/src/util.ts +107 -0
- package/test/sf-i-elastic-text_test.d.ts +7 -0
- package/test/sf-i-elastic-text_test.d.ts.map +1 -0
- package/test/sf-i-elastic-text_test.js +18 -0
- package/test/sf-i-elastic-text_test.js.map +1 -0
- package/test/sf-i-form_test.d.ts +7 -0
- package/test/sf-i-form_test.d.ts.map +1 -0
- package/test/sf-i-form_test.js +18 -0
- package/test/sf-i-form_test.js.map +1 -0
- package/test/sf-i-reporting_test.d.ts +7 -0
- package/test/sf-i-reporting_test.d.ts.map +1 -0
- package/test/sf-i-reporting_test.js +18 -0
- package/test/sf-i-reporting_test.js.map +1 -0
- package/test/sf-i-select_test.d.ts +7 -0
- package/test/sf-i-select_test.d.ts.map +1 -0
- package/test/sf-i-select_test.js +18 -0
- package/test/sf-i-select_test.js.map +1 -0
- package/test/sf-nav_profile_test.d.ts +7 -0
- package/test/sf-nav_profile_test.d.ts.map +1 -0
- package/test/sf-nav_profile_test.js +139 -0
- package/test/sf-nav_profile_test.js.map +1 -0
- package/test/sf-nav_test.d.ts +7 -0
- package/test/sf-nav_test.d.ts.map +1 -0
- package/test/sf-nav_test.js +358 -0
- package/test/sf-nav_test.js.map +1 -0
- package/tsconfig.json +33 -0
- package/util.d.ts +13 -13
- package/util.js +85 -85
- package/web-dev-server.config.js +25 -0
- package/web-test-runner.config.js +124 -0
package/dataObjects.d.ts
CHANGED
|
@@ -1,31 +1,36 @@
|
|
|
1
|
-
export interface DataObject {
|
|
2
|
-
type: string;
|
|
3
|
-
name: string;
|
|
4
|
-
size: string;
|
|
5
|
-
label: string;
|
|
6
|
-
hint: string;
|
|
7
|
-
id: string;
|
|
8
|
-
value:
|
|
9
|
-
options: string[];
|
|
10
|
-
collapse: string;
|
|
11
|
-
apiid: string;
|
|
12
|
-
mode: string;
|
|
13
|
-
maxselect: string;
|
|
14
|
-
searchstring: string;
|
|
15
|
-
selectprojection: string;
|
|
16
|
-
ignoredprojections: string | string[];
|
|
17
|
-
savenameseparate: string;
|
|
18
|
-
dependencies: string[];
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
1
|
+
export interface DataObject {
|
|
2
|
+
type: string;
|
|
3
|
+
name: string;
|
|
4
|
+
size: string;
|
|
5
|
+
label: string;
|
|
6
|
+
hint: string;
|
|
7
|
+
id: string;
|
|
8
|
+
value: any;
|
|
9
|
+
options: string[];
|
|
10
|
+
collapse: string;
|
|
11
|
+
apiid: string;
|
|
12
|
+
mode: string;
|
|
13
|
+
maxselect: string;
|
|
14
|
+
searchstring: string;
|
|
15
|
+
selectprojection: string;
|
|
16
|
+
ignoredprojections: string | string[];
|
|
17
|
+
savenameseparate: string;
|
|
18
|
+
dependencies: string[];
|
|
19
|
+
allowedextensions: string;
|
|
20
|
+
extract: string;
|
|
21
|
+
maxsize: string;
|
|
22
|
+
allowdownload: string;
|
|
23
|
+
selectfields: string[];
|
|
24
|
+
mandatory: any;
|
|
25
|
+
}
|
|
26
|
+
export declare function createDataObject(element: any, iter?: number): DataObject;
|
|
27
|
+
export interface AddButtonObject {
|
|
28
|
+
id: string;
|
|
29
|
+
label: string;
|
|
30
|
+
schema: string;
|
|
31
|
+
direction: string;
|
|
32
|
+
children: DataObject[][];
|
|
33
|
+
}
|
|
34
|
+
export declare function createAddButtonObject(element: any): AddButtonObject;
|
|
35
|
+
export declare function isAddButtonObject(element: any): element is AddButtonObject;
|
|
31
36
|
//# sourceMappingURL=dataObjects.d.ts.map
|
package/dataObjects.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dataObjects.d.ts","sourceRoot":"","sources":["src/dataObjects.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"dataObjects.d.ts","sourceRoot":"","sources":["src/dataObjects.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,GAAG,CAAC;IACX,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;IACzB,kBAAkB,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IACtC,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,EAAE,CAAA;IACtB,SAAS,EAAE,GAAG,CAAA;CACjB;AAED,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,UAAU,CAsDxE;AAED,MAAM,WAAW,eAAe;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,UAAU,EAAE,EAAE,CAAA;CAC3B;AAED,wBAAgB,qBAAqB,CAAC,OAAO,EAAE,GAAG,GAAG,eAAe,CAQnE;AAED,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,GAAG,GAAG,OAAO,IAAI,eAAe,CAE1E"}
|
package/dataObjects.js
CHANGED
|
@@ -1,61 +1,71 @@
|
|
|
1
|
-
export function createDataObject(element, iter) {
|
|
2
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7;
|
|
3
|
-
if (iter == null) {
|
|
4
|
-
return {
|
|
5
|
-
type: element.type,
|
|
6
|
-
name: (_a = element.name) !== null && _a !== void 0 ? _a : "",
|
|
7
|
-
size: (_b = element.size) !== null && _b !== void 0 ? _b : "",
|
|
8
|
-
label: (_c = element.label) !== null && _c !== void 0 ? _c : "",
|
|
9
|
-
hint: (_d = element.hint) !== null && _d !== void 0 ? _d : "",
|
|
10
|
-
id: (_e = element.id) !== null && _e !== void 0 ? _e : "",
|
|
11
|
-
value: (_f = element.value) !== null && _f !== void 0 ? _f : "",
|
|
12
|
-
options: (_g = element.options) !== null && _g !== void 0 ? _g : ["Yes", "No"],
|
|
13
|
-
collapse: (_h = element.collapse) !== null && _h !== void 0 ? _h : "true",
|
|
14
|
-
mode: (_j = element.mode) !== null && _j !== void 0 ? _j : "",
|
|
15
|
-
maxselect: (_k = element.maxselect) !== null && _k !== void 0 ? _k : "",
|
|
16
|
-
apiid: (_l = element.apiid) !== null && _l !== void 0 ? _l : "",
|
|
17
|
-
searchstring: (_m = element.searchstring) !== null && _m !== void 0 ? _m : "",
|
|
18
|
-
selectprojection: (_o = element.selectprojection) !== null && _o !== void 0 ? _o : "",
|
|
19
|
-
ignoredprojections: (_p = element.ignoredprojections) !== null && _p !== void 0 ? _p : "",
|
|
20
|
-
savenameseparate: (_q = element.savenameseparate) !== null && _q !== void 0 ? _q : "no",
|
|
21
|
-
dependencies: (_r = element.dependencies) !== null && _r !== void 0 ? _r : [],
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
export function
|
|
59
|
-
|
|
60
|
-
|
|
1
|
+
export function createDataObject(element, iter) {
|
|
2
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17;
|
|
3
|
+
if (iter == null) {
|
|
4
|
+
return {
|
|
5
|
+
type: element.type,
|
|
6
|
+
name: (_a = element.name) !== null && _a !== void 0 ? _a : "",
|
|
7
|
+
size: (_b = element.size) !== null && _b !== void 0 ? _b : "",
|
|
8
|
+
label: (_c = element.label) !== null && _c !== void 0 ? _c : "",
|
|
9
|
+
hint: (_d = element.hint) !== null && _d !== void 0 ? _d : "",
|
|
10
|
+
id: (_e = element.id) !== null && _e !== void 0 ? _e : "",
|
|
11
|
+
value: (_f = element.value) !== null && _f !== void 0 ? _f : "",
|
|
12
|
+
options: (_g = element.options) !== null && _g !== void 0 ? _g : ["Yes", "No"],
|
|
13
|
+
collapse: (_h = element.collapse) !== null && _h !== void 0 ? _h : "true",
|
|
14
|
+
mode: (_j = element.mode) !== null && _j !== void 0 ? _j : "",
|
|
15
|
+
maxselect: (_k = element.maxselect) !== null && _k !== void 0 ? _k : "",
|
|
16
|
+
apiid: (_l = element.apiid) !== null && _l !== void 0 ? _l : "",
|
|
17
|
+
searchstring: (_m = element.searchstring) !== null && _m !== void 0 ? _m : "",
|
|
18
|
+
selectprojection: (_o = element.selectprojection) !== null && _o !== void 0 ? _o : "",
|
|
19
|
+
ignoredprojections: (_p = element.ignoredprojections) !== null && _p !== void 0 ? _p : "",
|
|
20
|
+
savenameseparate: (_q = element.savenameseparate) !== null && _q !== void 0 ? _q : "no",
|
|
21
|
+
dependencies: (_r = element.dependencies) !== null && _r !== void 0 ? _r : [],
|
|
22
|
+
allowedextensions: (_s = element.allowedextensions) !== null && _s !== void 0 ? _s : "",
|
|
23
|
+
extract: (_t = element.extract) !== null && _t !== void 0 ? _t : "",
|
|
24
|
+
maxsize: (_u = element.maxsize) !== null && _u !== void 0 ? _u : "",
|
|
25
|
+
allowdownload: (_v = element.allowdownload) !== null && _v !== void 0 ? _v : "",
|
|
26
|
+
selectfields: (_w = element.selectfields) !== null && _w !== void 0 ? _w : [],
|
|
27
|
+
mandatory: element.mandatory
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
else {
|
|
31
|
+
return {
|
|
32
|
+
type: element.type,
|
|
33
|
+
name: ((_x = element.name) !== null && _x !== void 0 ? _x : "").replace(/{iter}/g, iter + ""),
|
|
34
|
+
size: (_y = element.size) !== null && _y !== void 0 ? _y : "",
|
|
35
|
+
label: ((_z = element.label) !== null && _z !== void 0 ? _z : "").replace(/{iter}/g, iter + ""),
|
|
36
|
+
hint: ((_0 = element.hint) !== null && _0 !== void 0 ? _0 : "").replace(/{iter}/g, iter + ""),
|
|
37
|
+
id: ((_1 = element.id) !== null && _1 !== void 0 ? _1 : "").replace(/{iter}/g, "-" + iter + ""),
|
|
38
|
+
options: (_2 = element.options) !== null && _2 !== void 0 ? _2 : ["Yes", "No"],
|
|
39
|
+
value: (_3 = element.value) !== null && _3 !== void 0 ? _3 : "",
|
|
40
|
+
collapse: (_4 = element.collapse) !== null && _4 !== void 0 ? _4 : "true",
|
|
41
|
+
mode: (_5 = element.mode) !== null && _5 !== void 0 ? _5 : "",
|
|
42
|
+
maxselect: (_6 = element.maxselect) !== null && _6 !== void 0 ? _6 : "",
|
|
43
|
+
apiid: (_7 = element.apiid) !== null && _7 !== void 0 ? _7 : "",
|
|
44
|
+
searchstring: (_8 = element.searchstring) !== null && _8 !== void 0 ? _8 : "",
|
|
45
|
+
selectprojection: (_9 = element.selectprojection) !== null && _9 !== void 0 ? _9 : "",
|
|
46
|
+
ignoredprojections: (_10 = element.ignoredprojections) !== null && _10 !== void 0 ? _10 : "",
|
|
47
|
+
savenameseparate: (_11 = element.savenameseparate) !== null && _11 !== void 0 ? _11 : "no",
|
|
48
|
+
dependencies: (_12 = element.dependencies) !== null && _12 !== void 0 ? _12 : [],
|
|
49
|
+
allowedextensions: (_13 = element.allowedextensions) !== null && _13 !== void 0 ? _13 : "",
|
|
50
|
+
extract: (_14 = element.extract) !== null && _14 !== void 0 ? _14 : "",
|
|
51
|
+
maxsize: (_15 = element.maxsize) !== null && _15 !== void 0 ? _15 : "",
|
|
52
|
+
allowdownload: (_16 = element.allowdownload) !== null && _16 !== void 0 ? _16 : "",
|
|
53
|
+
selectfields: (_17 = element.selectfields) !== null && _17 !== void 0 ? _17 : [],
|
|
54
|
+
mandatory: element.mandatory
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
export function createAddButtonObject(element) {
|
|
59
|
+
var _a;
|
|
60
|
+
return {
|
|
61
|
+
id: element.id,
|
|
62
|
+
label: element.label,
|
|
63
|
+
schema: element.schema,
|
|
64
|
+
direction: (_a = element.direction) !== null && _a !== void 0 ? _a : "column",
|
|
65
|
+
children: []
|
|
66
|
+
};
|
|
67
|
+
}
|
|
68
|
+
export function isAddButtonObject(element) {
|
|
69
|
+
return 'schema' in element;
|
|
70
|
+
}
|
|
61
71
|
//# sourceMappingURL=dataObjects.js.map
|
package/dataObjects.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dataObjects.js","sourceRoot":"","sources":["src/dataObjects.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"dataObjects.js","sourceRoot":"","sources":["src/dataObjects.ts"],"names":[],"mappings":"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","sourcesContent":["export interface DataObject {\r\n type: string,\r\n name: string,\r\n size: string,\r\n label: string,\r\n hint: string,\r\n id: string,\r\n value: any,\r\n options: string[],\r\n collapse: string,\r\n apiid: string,\r\n mode: string,\r\n maxselect: string,\r\n searchstring: string,\r\n selectprojection: string,\r\n ignoredprojections: string | string[],\r\n savenameseparate: string,\r\n dependencies: string[],\r\n allowedextensions: string,\r\n extract: string,\r\n maxsize: string,\r\n allowdownload: string,\r\n selectfields: string[]\r\n mandatory: any\r\n}\r\n\r\nexport function createDataObject(element: any, iter?: number): DataObject {\r\n if(iter == null){\r\n return{\r\n type: element.type,\r\n name: element.name ?? \"\",\r\n size: element.size ?? \"\",\r\n label: element.label ?? \"\",\r\n hint: element.hint ?? \"\",\r\n id: element.id ?? \"\",\r\n value: element.value ?? \"\",\r\n options: element.options ?? [\"Yes\",\"No\"],\r\n collapse: element.collapse ?? \"true\",\r\n mode: element.mode ?? \"\",\r\n maxselect: element.maxselect ?? \"\",\r\n apiid: element.apiid ?? \"\",\r\n searchstring: element.searchstring ?? \"\",\r\n selectprojection: element.selectprojection ?? \"\",\r\n ignoredprojections: element.ignoredprojections ?? \"\",\r\n savenameseparate: element.savenameseparate ?? \"no\",\r\n dependencies: element.dependencies ?? [],\r\n allowedextensions: element.allowedextensions ?? \"\",\r\n extract: element.extract ?? \"\",\r\n maxsize: element.maxsize ?? \"\",\r\n allowdownload: element.allowdownload ?? \"\",\r\n selectfields: element.selectfields ?? [],\r\n mandatory: element.mandatory\r\n }\r\n }else{\r\n return{\r\n type: element.type,\r\n name: (element.name ?? \"\").replace(/{iter}/g,iter + \"\"),\r\n size: element.size ?? \"\",\r\n label: (element.label ?? \"\").replace(/{iter}/g,iter + \"\"),\r\n hint: (element.hint ?? \"\").replace(/{iter}/g,iter + \"\"),\r\n id: (element.id ?? \"\").replace(/{iter}/g,\"-\" + iter + \"\"),\r\n options: element.options ?? [\"Yes\",\"No\"],\r\n value: element.value ?? \"\",\r\n collapse: element.collapse ?? \"true\",\r\n mode: element.mode ?? \"\",\r\n maxselect: element.maxselect ?? \"\",\r\n apiid: element.apiid ?? \"\",\r\n searchstring: element.searchstring ?? \"\",\r\n selectprojection: element.selectprojection ?? \"\",\r\n ignoredprojections: element.ignoredprojections ?? \"\",\r\n savenameseparate: element.savenameseparate ?? \"no\",\r\n dependencies: element.dependencies ?? [],\r\n allowedextensions: element.allowedextensions ?? \"\",\r\n extract: element.extract ?? \"\",\r\n maxsize: element.maxsize ?? \"\",\r\n allowdownload: element.allowdownload ?? \"\",\r\n selectfields: element.selectfields ?? [],\r\n mandatory: element.mandatory\r\n }\r\n }\r\n}\r\n\r\nexport interface AddButtonObject {\r\n id: string,\r\n label: string,\r\n schema: string,\r\n direction: string,\r\n children: DataObject[][]\r\n}\r\n\r\nexport function createAddButtonObject(element: any): AddButtonObject {\r\n return{\r\n id: element.id,\r\n label: element.label,\r\n schema: element.schema,\r\n direction: element.direction ?? \"column\",\r\n children: []\r\n }\r\n}\r\n\r\nexport function isAddButtonObject(element: any): element is AddButtonObject {\r\n return 'schema' in element;\r\n}\r\n\r\n"]}
|
package/dev/index.html
ADDED
|
@@ -0,0 +1,341 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
|
|
3
|
+
<html>
|
|
4
|
+
<head>
|
|
5
|
+
<meta charset="utf-8" />
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
7
|
+
<title><sf-i-reporting> Demo</title>
|
|
8
|
+
<script src="../node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
|
|
9
|
+
<script src="../node_modules/lit/polyfill-support.js"></script>
|
|
10
|
+
<script type="module" src="../sf-i-reporting.js"></script>
|
|
11
|
+
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
|
|
12
|
+
rel="stylesheet">
|
|
13
|
+
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
|
|
14
|
+
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
15
|
+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
16
|
+
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600&display=swap" rel="stylesheet">
|
|
17
|
+
<script type="module">
|
|
18
|
+
import {LitElement, html, css} from 'https://esm.run/lit-element/lit-element.js';
|
|
19
|
+
import {SfIElasticText} from 'https://esm.run/sf-i-elastic-text@1.0.17/sf-i-elastic-text.js';
|
|
20
|
+
import {SfIForm} from 'https://esm.run/sf-i-form@1.0.182/sf-i-form.js';
|
|
21
|
+
import {SfIBricks} from 'https://esm.run/sf-i-bricks@1.0.7/sf-i-bricks.js';
|
|
22
|
+
import {SfIUploader} from 'https://esm.run/sf-i-uploader@1.0.103/sf-i-uploader.js';
|
|
23
|
+
</script>
|
|
24
|
+
<style>
|
|
25
|
+
|
|
26
|
+
body {
|
|
27
|
+
background-color: #efefef;
|
|
28
|
+
margin: 0px;
|
|
29
|
+
font-family: 'Source Sans Pro';
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
sf-i-reporting:not(:defined) {
|
|
33
|
+
display: none;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.d-flex {
|
|
37
|
+
display: flex;
|
|
38
|
+
flex-wrap: wrap;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.w-30 {
|
|
42
|
+
width: 30%;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.w-5 {
|
|
46
|
+
width: 5%;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.w-47-5 {
|
|
50
|
+
width: 47.5%;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.w-65 {
|
|
54
|
+
width: 65%;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.w-100-m-0 {
|
|
58
|
+
width: 100%;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.w-33 {
|
|
62
|
+
width: 30%;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.w-66 {
|
|
66
|
+
width: 62%;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.w-50 {
|
|
70
|
+
width: 46%;
|
|
71
|
+
}
|
|
72
|
+
.w-100 {
|
|
73
|
+
width: 94%;
|
|
74
|
+
}
|
|
75
|
+
.mb-20 {
|
|
76
|
+
margin-bottom: 20px;
|
|
77
|
+
}
|
|
78
|
+
.justify-center {
|
|
79
|
+
justify-content: center;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.align-end {
|
|
83
|
+
align-items: flex-end;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
label {
|
|
87
|
+
color: #666;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
input {
|
|
91
|
+
border: none;
|
|
92
|
+
padding: 10px;
|
|
93
|
+
border-radius: 5px;
|
|
94
|
+
background: #efefef;
|
|
95
|
+
box-shadow: inset 2px 2px 6px rgba(5, 5, 5, 0.2);
|
|
96
|
+
border-top: solid 1px rgba(255, 255, 255, 0.8);
|
|
97
|
+
border-left: solid 1px rgba(255, 255, 255, 0.8);
|
|
98
|
+
border-bottom: solid 1px rgba(255, 255, 255, 0.8);
|
|
99
|
+
border-right: solid 1px rgba(255, 255, 255, 0.8);
|
|
100
|
+
transition: 0.3s;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
input:focus {
|
|
104
|
+
outline-color: #e8e8e8;
|
|
105
|
+
background: #e8e8e8;
|
|
106
|
+
box-shadow: inset 20px 20px 60px #c5c5c5,
|
|
107
|
+
inset -20px -20px 60px #ffffff;
|
|
108
|
+
transition: 0.3s;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
sf-i-reporting::part(button-icon) {
|
|
112
|
+
|
|
113
|
+
border-width: 0px;
|
|
114
|
+
border-radius: 5px;
|
|
115
|
+
color: #666;
|
|
116
|
+
background: #efefef;
|
|
117
|
+
box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25), -1px -1px 10px 0 rgba(255, 255, 255, 0.6);
|
|
118
|
+
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
119
|
+
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
120
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
121
|
+
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
122
|
+
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
sf-i-reporting::part(button-icon-small) {
|
|
126
|
+
|
|
127
|
+
border-width: 0px;
|
|
128
|
+
border-radius: 5px;
|
|
129
|
+
color: #666;
|
|
130
|
+
background: #efefef;
|
|
131
|
+
box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25), -1px -1px 10px 0 rgba(255, 255, 255, 0.6);
|
|
132
|
+
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
133
|
+
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
134
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
135
|
+
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
136
|
+
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
sf-i-reporting::part(badge) {
|
|
140
|
+
|
|
141
|
+
color: #666;
|
|
142
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
143
|
+
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
144
|
+
padding-left: 10px;
|
|
145
|
+
padding-right: 10px;
|
|
146
|
+
padding-top: 5px;
|
|
147
|
+
padding-bottom: 5px;
|
|
148
|
+
border-radius: 10px;
|
|
149
|
+
margin-top: -8px;
|
|
150
|
+
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
sf-i-reporting::part(title) {
|
|
154
|
+
|
|
155
|
+
font-weight: 400;
|
|
156
|
+
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
sf-i-select::part(input-label),
|
|
160
|
+
sf-i-sub-select::part(input-label),
|
|
161
|
+
sf-i-reporting::part(input-label) {
|
|
162
|
+
color: #666;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
sf-i-select::part(input-select),
|
|
166
|
+
sf-i-sub-select::part(input-select),
|
|
167
|
+
sf-i-reporting::part(input-select) {
|
|
168
|
+
|
|
169
|
+
border-width: 0px;
|
|
170
|
+
border-radius: 5px;
|
|
171
|
+
color: #666;
|
|
172
|
+
background: #efefef;
|
|
173
|
+
box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25), -1px -1px 10px 0 rgba(255, 255, 255, 0.6);
|
|
174
|
+
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
175
|
+
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
176
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
177
|
+
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
178
|
+
padding: 10px;
|
|
179
|
+
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
sf-i-select::part(input-select-multi),
|
|
183
|
+
sf-i-sub-select::part(input-select-multi) {
|
|
184
|
+
font-weight: 400;
|
|
185
|
+
border: none;
|
|
186
|
+
padding: 10px;
|
|
187
|
+
border-radius: 5px;
|
|
188
|
+
background: #efefef;
|
|
189
|
+
box-shadow: inset 2px 2px 6px rgba(5, 5, 5, 0.2);
|
|
190
|
+
border-top: solid 1px rgba(255, 255, 255, 0.8);
|
|
191
|
+
border-left: solid 1px rgba(255, 255, 255, 0.8);
|
|
192
|
+
border-bottom: solid 1px rgba(255, 255, 255, 0.8);
|
|
193
|
+
border-right: solid 1px rgba(255, 255, 255, 0.8);
|
|
194
|
+
transition: 0.3s;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
sf-i-reporting::part(input) {
|
|
198
|
+
font-weight: 400;
|
|
199
|
+
border: none;
|
|
200
|
+
padding: 10px;
|
|
201
|
+
border-radius: 5px;
|
|
202
|
+
background: #efefef;
|
|
203
|
+
box-shadow: inset 2px 2px 6px rgba(5, 5, 5, 0.2);
|
|
204
|
+
border-top: solid 1px rgba(255, 255, 255, 0.8);
|
|
205
|
+
border-left: solid 1px rgba(255, 255, 255, 0.8);
|
|
206
|
+
border-bottom: solid 1px rgba(255, 255, 255, 0.8);
|
|
207
|
+
border-right: solid 1px rgba(255, 255, 255, 0.8);
|
|
208
|
+
transition: 0.3s;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
sf-i-reporting::part(input:focus) {
|
|
212
|
+
outline-color: #e8e8e8;
|
|
213
|
+
background: #e8e8e8;
|
|
214
|
+
box-shadow: inset 20px 20px 60px #c5c5c5,
|
|
215
|
+
inset -20px -20px 60px #ffffff;
|
|
216
|
+
transition: 0.3s;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
sf-i-reporting::part(results-title) {
|
|
220
|
+
color: #444;
|
|
221
|
+
font-weight: 400;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
sf-i-reporting::part(td-head) {
|
|
225
|
+
color: #888;
|
|
226
|
+
font-weight: 400;
|
|
227
|
+
padding: 5px;
|
|
228
|
+
vertical-align: middle;
|
|
229
|
+
width: 100%;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
sf-i-reporting::part(td-body) {
|
|
233
|
+
color: #555;
|
|
234
|
+
font-weight: 400;
|
|
235
|
+
/* padding: 5px; */
|
|
236
|
+
vertical-align: middle;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
sf-i-reporting::part(td-action) {
|
|
240
|
+
color: #888;
|
|
241
|
+
font-weight: 400;
|
|
242
|
+
padding: 5px;
|
|
243
|
+
background-color: #efefef;
|
|
244
|
+
vertical-align: middle;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
sf-i-reporting::part(button) {
|
|
248
|
+
color: #666;
|
|
249
|
+
background: #efefef;
|
|
250
|
+
box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25), -1px -1px 10px 0 rgba(255, 255, 255, 0.6);
|
|
251
|
+
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
252
|
+
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
253
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
254
|
+
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
255
|
+
padding-left: 10px;
|
|
256
|
+
padding-right: 10px;
|
|
257
|
+
padding-top: 5px;
|
|
258
|
+
padding-bottom: 5px;
|
|
259
|
+
border-radius: 5px;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
sf-i-reporting::part(button-lg) {
|
|
265
|
+
color: #666;
|
|
266
|
+
background: #efefef;
|
|
267
|
+
box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25), -1px -1px 10px 0 rgba(255, 255, 255, 0.6);
|
|
268
|
+
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
269
|
+
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
270
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
271
|
+
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
272
|
+
padding-left: 10px;
|
|
273
|
+
padding-right: 10px;
|
|
274
|
+
padding-top: 10px;
|
|
275
|
+
padding-bottom: 10px;
|
|
276
|
+
border-radius: 5px;
|
|
277
|
+
font-size: 110%;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
sf-i-reporting::part(button-lg):not(active){
|
|
281
|
+
color: #666;
|
|
282
|
+
background: #bbbbbb;
|
|
283
|
+
box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25), -1px -1px 10px 0 rgba(255, 255, 255, 0.6);
|
|
284
|
+
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
285
|
+
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
286
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
287
|
+
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
288
|
+
padding-left: 10px;
|
|
289
|
+
padding-right: 10px;
|
|
290
|
+
padding-top: 15px;
|
|
291
|
+
padding-bottom: 15px;
|
|
292
|
+
border-radius: 5px;
|
|
293
|
+
font-size: 95%;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
sf-i-reporting::part(reporting-container) {
|
|
297
|
+
/* position: fixed;
|
|
298
|
+
left: 0px;
|
|
299
|
+
top: 0px;
|
|
300
|
+
width: 100%; */
|
|
301
|
+
height: 100vh;
|
|
302
|
+
/* background-color: #efefef;
|
|
303
|
+
box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25), -1px -1px 10px 0 rgba(255, 255, 255, 0.6);
|
|
304
|
+
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
305
|
+
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
306
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
307
|
+
border-right: solid 1px rgba(0, 0, 0, 0.1); */
|
|
308
|
+
overflow-y: auto;
|
|
309
|
+
/* margin: 0px; */
|
|
310
|
+
}
|
|
311
|
+
sf-i-reporting::part(form-container) {
|
|
312
|
+
height: 60vh;
|
|
313
|
+
overflow-y: auto;
|
|
314
|
+
}
|
|
315
|
+
sf-i-reporting::part(form-td-action) {
|
|
316
|
+
/* height: 60vh; */
|
|
317
|
+
overflow-y: auto;
|
|
318
|
+
}
|
|
319
|
+
</style>
|
|
320
|
+
</head>
|
|
321
|
+
<body>
|
|
322
|
+
|
|
323
|
+
<!-- <sf-i-reporting text="Vendor Tagging Vendor Tagging Vendor Tagging Vendor Tagging" minLength="20">
|
|
324
|
+
</sf-i-reporting> -->
|
|
325
|
+
<!-- <sf-i-reporting mode="new" name="Test Name">
|
|
326
|
+
</sf-i-reporting> -->
|
|
327
|
+
<sf-i-reporting id="sf-i-reporting-notices" mode="admin" name="Notice Details" flow="list" formviewclass="flex-wrap" apiid="gghnbi7hku2qj5twrea6xxcaya0aqeis.lambda-url.us-east-1.on.aws" projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" projectname="ABC Global" ignoreprojections="["lastMoodifiedTime","published","reporters","approvers","functionheads","auditors","viewers","entityid","locationid","countryid","tags","docs","functions","makercheckers","documents","statute","compliance","riskarea","risk","obligationtype","jurisdiction","frequency","subcategory"]" usermap="{"roles":{"reporter":{}},"India (ABC Global-Country);07d73b44-648d-4301-82c4-d6df43397824":{"ABC Limited - India (ABC Global-India-Entity);c989a44e-7d3d-427e-b712-90eacf585075":{"Pune (ABC Global-India-ABC Limited - India-Location);4fb7b672-5cce-443f-869b-6b35247d6331":{"tags":["Human Resource (ABC Global-Function);215026f6-0d73-49b3-b193-4b95184201f8","Southeast Asia (ABC Global-Tags);d6e372a8-8bff-4de2-8dc0-f80094c49a7d;International Region","Statutory (ABC Global-Tags);8ff789fa-de57-44d9-baa4-9ca5bc18c800;Compliance Type","Local Reporter 1;e9684b5d-ddbc-46d3-ae07-51706bf75410","Local Approver 1;c44dcd04-aebb-4417-ba6b-fac170efd5d0","Chief Compliance Officer;5fe96caa-1a44-4a2d-921a-920d29433eca","Auditor J1;bda0d59b-058b-4098-b0fc-54aa54aa5998","Viewer J1;344c84d2-5976-47ff-949b-49f6fa9627eb","India (ABC Global-Country);07d73b44-648d-4301-82c4-d6df43397824","ABC Limited - India (ABC Global-India-Entity);c989a44e-7d3d-427e-b712-90eacf585075","Pune (ABC Global-India-ABC Limited - India-Location);4fb7b672-5cce-443f-869b-6b35247d6331","Mumbai (ABC Global-India-ABC Limited - India-Location);38dc8c53-643f-4fee-83fe-f15239606277","Admin (ABC Global-Function);313f6a70-4b5f-4182-8855-1e5ec59aaf53","Not Required (ABC Global-MakerChecker);fef0402d-4578-4b9f-ab53-f8404ec5aefb","IT (ABC Global-Function);7ca3a611-cde2-4705-a630-9e55f4daa26e","FlaggGRC Demo User;49e2fe5e-849a-4be3-963f-3af539296cba","Telangana (ABC Global-India-ABC Limited - India-Location);a2b6ef9c-2d3e-4a82-b22e-221962d48ba4","Finance (ABC Global-Function);6847ff49-09f1-4c26-9c84-ae923758c9eb","Local Dev User;85e784cc-8a12-45eb-90bd-188462f63d84","Corp Sec (ABC Global-Function);2c4bfb82-bd9a-4589-b27a-423cc72ea56a","Trio Web Soft User;33844eeb-ba6d-4610-9fa6-3d1caa40f20f","Operations (ABC Global-Function);d5c14313-f94e-4f02-bcaf-7959032296af","Payroll (ABC Global-Function);52f5563a-5a58-4c80-8a4c-dacbfef14d16"]},"Mumbai (ABC Global-India-ABC Limited - India-Location);38dc8c53-643f-4fee-83fe-f15239606277":{"tags":["Human Resource (ABC Global-Function);215026f6-0d73-49b3-b193-4b95184201f8","Southeast Asia (ABC Global-Tags);d6e372a8-8bff-4de2-8dc0-f80094c49a7d;International Region","Statutory (ABC Global-Tags);8ff789fa-de57-44d9-baa4-9ca5bc18c800;Compliance Type","Local Reporter 1;e9684b5d-ddbc-46d3-ae07-51706bf75410","Local Approver 1;c44dcd04-aebb-4417-ba6b-fac170efd5d0","Chief Compliance Officer;5fe96caa-1a44-4a2d-921a-920d29433eca","Auditor J1;bda0d59b-058b-4098-b0fc-54aa54aa5998","Viewer J1;344c84d2-5976-47ff-949b-49f6fa9627eb","India (ABC Global-Country);07d73b44-648d-4301-82c4-d6df43397824","ABC Limited - India (ABC Global-India-Entity);c989a44e-7d3d-427e-b712-90eacf585075","Pune (ABC Global-India-ABC Limited - India-Location);4fb7b672-5cce-443f-869b-6b35247d6331","Mumbai (ABC Global-India-ABC Limited - India-Location);38dc8c53-643f-4fee-83fe-f15239606277","Admin (ABC Global-Function);313f6a70-4b5f-4182-8855-1e5ec59aaf53","Local Finance User 1;fe704370-ff37-44d4-8b12-b49e7743cc33","IT (ABC Global-Function);7ca3a611-cde2-4705-a630-9e55f4daa26e","Not Required (ABC Global-MakerChecker);fef0402d-4578-4b9f-ab53-f8404ec5aefb","FlaggGRC Demo User;49e2fe5e-849a-4be3-963f-3af539296cba","Telangana (ABC Global-India-ABC Limited - India-Location);a2b6ef9c-2d3e-4a82-b22e-221962d48ba4","Finance (ABC Global-Function);6847ff49-09f1-4c26-9c84-ae923758c9eb","Local Dev User;85e784cc-8a12-45eb-90bd-188462f63d84","Production (ABC Global-Function);af9c1cd4-909f-444d-80c2-dd297ca1b8b1","Local User 1;fe704370-ff37-44d4-8b12-b49e7743cc33","Corp Sec (ABC Global-Function);2c4bfb82-bd9a-4589-b27a-423cc72ea56a","Operations (ABC Global-Function);d5c14313-f94e-4f02-bcaf-7959032296af","Trio Web Soft User;33844eeb-ba6d-4610-9fa6-3d1caa40f20f","Payroll (ABC Global-Function);52f5563a-5a58-4c80-8a4c-dacbfef14d16"]},"Telangana (ABC Global-India-ABC Limited - India-Location);a2b6ef9c-2d3e-4a82-b22e-221962d48ba4":{"tags":["Admin (ABC Global-Function);313f6a70-4b5f-4182-8855-1e5ec59aaf53","Statutory (ABC Global-Tags);8ff789fa-de57-44d9-baa4-9ca5bc18c800;Compliance Type","Southeast Asia (ABC Global-Tags);d6e372a8-8bff-4de2-8dc0-f80094c49a7d;International Region","Local Reporter 1;e9684b5d-ddbc-46d3-ae07-51706bf75410","Local Approver 1;c44dcd04-aebb-4417-ba6b-fac170efd5d0","FlaggGRC Demo User;49e2fe5e-849a-4be3-963f-3af539296cba","Auditor J1;bda0d59b-058b-4098-b0fc-54aa54aa5998","Viewer J1;344c84d2-5976-47ff-949b-49f6fa9627eb","India (ABC Global-Country);07d73b44-648d-4301-82c4-d6df43397824","ABC Limited - India (ABC Global-India-Entity);c989a44e-7d3d-427e-b712-90eacf585075","Mumbai (ABC Global-India-ABC Limited - India-Location);38dc8c53-643f-4fee-83fe-f15239606277","Pune (ABC Global-India-ABC Limited - India-Location);4fb7b672-5cce-443f-869b-6b35247d6331","Telangana (ABC Global-India-ABC Limited - India-Location);a2b6ef9c-2d3e-4a82-b22e-221962d48ba4","Human Resource (ABC Global-Function);215026f6-0d73-49b3-b193-4b95184201f8","Chief Compliance Officer;5fe96caa-1a44-4a2d-921a-920d29433eca","Finance (ABC Global-Function);6847ff49-09f1-4c26-9c84-ae923758c9eb","Not Required (ABC Global-MakerChecker);fef0402d-4578-4b9f-ab53-f8404ec5aefb","Corp Sec (ABC Global-Function);2c4bfb82-bd9a-4589-b27a-423cc72ea56a","Operations (ABC Global-Function);d5c14313-f94e-4f02-bcaf-7959032296af","IT (ABC Global-Function);7ca3a611-cde2-4705-a630-9e55f4daa26e","Payroll (ABC Global-Function);52f5563a-5a58-4c80-8a4c-dacbfef14d16"]}}},"Singapore (ABC Global-Country);8ee18117-0cca-49be-80f4-1f712d871fef":{"ABC Pte Ltd (ABC Global-Singapore-Entity);50797394-7f3f-40a5-8dc3-ca360596e394":{"Raffles Place (ABC Global-Singapore-ABC Pte Ltd-Location);405732fc-7a4b-4df1-9b5e-fa508db9fced":{"tags":["Human Resource (ABC Global-Function);215026f6-0d73-49b3-b193-4b95184201f8","Statutory (ABC Global-Tags);8ff789fa-de57-44d9-baa4-9ca5bc18c800;Compliance Type","Southeast Asia (ABC Global-Tags);d6e372a8-8bff-4de2-8dc0-f80094c49a7d;International Region","Local Reporter 1;e9684b5d-ddbc-46d3-ae07-51706bf75410","Local Approver 1;c44dcd04-aebb-4417-ba6b-fac170efd5d0","Chief Compliance Officer;5fe96caa-1a44-4a2d-921a-920d29433eca","Auditor J1;bda0d59b-058b-4098-b0fc-54aa54aa5998","Viewer J1;344c84d2-5976-47ff-949b-49f6fa9627eb","Singapore (ABC Global-Country);8ee18117-0cca-49be-80f4-1f712d871fef","ABC Pte Ltd (ABC Global-Singapore-Entity);50797394-7f3f-40a5-8dc3-ca360596e394","DEF Pte Ltd (ABC Global-Singapore-Entity);910f911e-a687-4021-951d-77f401931b83","Raffles Place (ABC Global-Singapore-ABC Pte Ltd-Location);405732fc-7a4b-4df1-9b5e-fa508db9fced","Corp Sec (ABC Global-Function);2c4bfb82-bd9a-4589-b27a-423cc72ea56a","Not Required (ABC Global-MakerChecker);fef0402d-4578-4b9f-ab53-f8404ec5aefb","IT (ABC Global-Function);7ca3a611-cde2-4705-a630-9e55f4daa26e","Admin (ABC Global-Function);313f6a70-4b5f-4182-8855-1e5ec59aaf53"]}},"DEF Pte Ltd (ABC Global-Singapore-Entity);910f911e-a687-4021-951d-77f401931b83":{"Tanjong Pagar (ABC Global-Singapore-DEF Pte Ltd-Location);5624f7f0-fed2-45c2-ae65-9424e47aba3f":{"tags":["Human Resource (ABC Global-Function);215026f6-0d73-49b3-b193-4b95184201f8","Statutory (ABC Global-Tags);8ff789fa-de57-44d9-baa4-9ca5bc18c800;Compliance Type","Southeast Asia (ABC Global-Tags);d6e372a8-8bff-4de2-8dc0-f80094c49a7d;International Region","Local Reporter 1;e9684b5d-ddbc-46d3-ae07-51706bf75410","Local Approver 1;c44dcd04-aebb-4417-ba6b-fac170efd5d0","Chief Compliance Officer;5fe96caa-1a44-4a2d-921a-920d29433eca","Auditor J1;bda0d59b-058b-4098-b0fc-54aa54aa5998","Viewer J1;344c84d2-5976-47ff-949b-49f6fa9627eb","Singapore (ABC Global-Country);8ee18117-0cca-49be-80f4-1f712d871fef","ABC Pte Ltd (ABC Global-Singapore-Entity);50797394-7f3f-40a5-8dc3-ca360596e394","DEF Pte Ltd (ABC Global-Singapore-Entity);910f911e-a687-4021-951d-77f401931b83","Tanjong Pagar (ABC Global-Singapore-DEF Pte Ltd-Location);5624f7f0-fed2-45c2-ae65-9424e47aba3f","Tras Street (ABC Global-Singapore-DEF Pte Ltd-Location);94542aab-0fde-4d2c-a704-4a13dc21d2ca","Marina Bay (ABC Global-Singapore-DEF Pte Ltd-Location);c5fadbbf-cfd0-43bd-b685-6881874a34d6","Corp Sec (ABC Global-Function);2c4bfb82-bd9a-4589-b27a-423cc72ea56a","Not Required (ABC Global-MakerChecker);fef0402d-4578-4b9f-ab53-f8404ec5aefb","IT (ABC Global-Function);7ca3a611-cde2-4705-a630-9e55f4daa26e"]},"Tras Street (ABC Global-Singapore-DEF Pte Ltd-Location);94542aab-0fde-4d2c-a704-4a13dc21d2ca":{"tags":["Human Resource (ABC Global-Function);215026f6-0d73-49b3-b193-4b95184201f8","Statutory (ABC Global-Tags);8ff789fa-de57-44d9-baa4-9ca5bc18c800;Compliance Type","Southeast Asia (ABC Global-Tags);d6e372a8-8bff-4de2-8dc0-f80094c49a7d;International Region","Local Reporter 1;e9684b5d-ddbc-46d3-ae07-51706bf75410","Local Approver 1;c44dcd04-aebb-4417-ba6b-fac170efd5d0","Chief Compliance Officer;5fe96caa-1a44-4a2d-921a-920d29433eca","Auditor J1;bda0d59b-058b-4098-b0fc-54aa54aa5998","Viewer J1;344c84d2-5976-47ff-949b-49f6fa9627eb","Not Required (ABC Global-MakerChecker);fef0402d-4578-4b9f-ab53-f8404ec5aefb","Singapore (ABC Global-Country);8ee18117-0cca-49be-80f4-1f712d871fef","ABC Pte Ltd (ABC Global-Singapore-Entity);50797394-7f3f-40a5-8dc3-ca360596e394","DEF Pte Ltd (ABC Global-Singapore-Entity);910f911e-a687-4021-951d-77f401931b83","Tanjong Pagar (ABC Global-Singapore-DEF Pte Ltd-Location);5624f7f0-fed2-45c2-ae65-9424e47aba3f","Tras Street (ABC Global-Singapore-DEF Pte Ltd-Location);94542aab-0fde-4d2c-a704-4a13dc21d2ca","Marina Bay (ABC Global-Singapore-DEF Pte Ltd-Location);c5fadbbf-cfd0-43bd-b685-6881874a34d6","Corp Sec (ABC Global-Function);2c4bfb82-bd9a-4589-b27a-423cc72ea56a","IT (ABC Global-Function);7ca3a611-cde2-4705-a630-9e55f4daa26e"]},"Marina Bay (ABC Global-Singapore-DEF Pte Ltd-Location);c5fadbbf-cfd0-43bd-b685-6881874a34d6":{"tags":["Human Resource (ABC Global-Function);215026f6-0d73-49b3-b193-4b95184201f8","Statutory (ABC Global-Tags);8ff789fa-de57-44d9-baa4-9ca5bc18c800;Compliance Type","Southeast Asia (ABC Global-Tags);d6e372a8-8bff-4de2-8dc0-f80094c49a7d;International Region","Local Reporter 1;e9684b5d-ddbc-46d3-ae07-51706bf75410","Local Approver 1;c44dcd04-aebb-4417-ba6b-fac170efd5d0","Chief Compliance Officer;5fe96caa-1a44-4a2d-921a-920d29433eca","Auditor J1;bda0d59b-058b-4098-b0fc-54aa54aa5998","Viewer J1;344c84d2-5976-47ff-949b-49f6fa9627eb","Singapore (ABC Global-Country);8ee18117-0cca-49be-80f4-1f712d871fef","ABC Pte Ltd (ABC Global-Singapore-Entity);50797394-7f3f-40a5-8dc3-ca360596e394","DEF Pte Ltd (ABC Global-Singapore-Entity);910f911e-a687-4021-951d-77f401931b83","Tanjong Pagar (ABC Global-Singapore-DEF Pte Ltd-Location);5624f7f0-fed2-45c2-ae65-9424e47aba3f","Tras Street (ABC Global-Singapore-DEF Pte Ltd-Location);94542aab-0fde-4d2c-a704-4a13dc21d2ca","Marina Bay (ABC Global-Singapore-DEF Pte Ltd-Location);c5fadbbf-cfd0-43bd-b685-6881874a34d6","Corp Sec (ABC Global-Function);2c4bfb82-bd9a-4589-b27a-423cc72ea56a","Not Required (ABC Global-MakerChecker);fef0402d-4578-4b9f-ab53-f8404ec5aefb","IT (ABC Global-Function);7ca3a611-cde2-4705-a630-9e55f4daa26e"]},"Raffles Place (ABC Global-Singapore-ABC Pte Ltd-Location);405732fc-7a4b-4df1-9b5e-fa508db9fced":{"tags":["Human Resource (ABC Global-Function);215026f6-0d73-49b3-b193-4b95184201f8","Statutory (ABC Global-Tags);8ff789fa-de57-44d9-baa4-9ca5bc18c800;Compliance Type","Southeast Asia (ABC Global-Tags);d6e372a8-8bff-4de2-8dc0-f80094c49a7d;International Region","Local Reporter 1;e9684b5d-ddbc-46d3-ae07-51706bf75410","Local Approver 1;c44dcd04-aebb-4417-ba6b-fac170efd5d0","Chief Compliance Officer;5fe96caa-1a44-4a2d-921a-920d29433eca","Auditor J1;bda0d59b-058b-4098-b0fc-54aa54aa5998","Viewer J1;344c84d2-5976-47ff-949b-49f6fa9627eb","Singapore (ABC Global-Country);8ee18117-0cca-49be-80f4-1f712d871fef","ABC Pte Ltd (ABC Global-Singapore-Entity);50797394-7f3f-40a5-8dc3-ca360596e394","DEF Pte Ltd (ABC Global-Singapore-Entity);910f911e-a687-4021-951d-77f401931b83","Raffles Place (ABC Global-Singapore-ABC Pte Ltd-Location);405732fc-7a4b-4df1-9b5e-fa508db9fced"]}}},"Australia (ABC Global-Country);8f04fd68-652e-4066-93d1-c99f1088cac6":{"ABC Limited - Australia (ABC Global-Australia-Entity);c637557d-e0f9-4117-a2f6-f661024a9f6c":{"Australia Federal (ABC Global-Australia-ABC Limited - Australia-Location);121335d3-e3fc-4139-a6b7-38d4587cd0e3":{"tags":["Human Resource (ABC Global-Function);215026f6-0d73-49b3-b193-4b95184201f8","Statutory (ABC Global-Tags);8ff789fa-de57-44d9-baa4-9ca5bc18c800;Compliance Type","Oceania (ABC Global-Tags);fe63abac-2eba-478c-9f92-a7436cdebef9;International Region","Local Reporter 1;e9684b5d-ddbc-46d3-ae07-51706bf75410","Local Approver 1;c44dcd04-aebb-4417-ba6b-fac170efd5d0","Chief Compliance Officer;5fe96caa-1a44-4a2d-921a-920d29433eca","Auditor J1;bda0d59b-058b-4098-b0fc-54aa54aa5998","Viewer J1;344c84d2-5976-47ff-949b-49f6fa9627eb","Australia (ABC Global-Country);8f04fd68-652e-4066-93d1-c99f1088cac6","ABC Limited - Australia (ABC Global-Australia-Entity);c637557d-e0f9-4117-a2f6-f661024a9f6c","Australia Federal (ABC Global-Australia-ABC Limited - Australia-Location);121335d3-e3fc-4139-a6b7-38d4587cd0e3","Corp Sec (ABC Global-Function);2c4bfb82-bd9a-4589-b27a-423cc72ea56a","Not Required (ABC Global-MakerChecker);fef0402d-4578-4b9f-ab53-f8404ec5aefb"]}}},"Canada (ABC Global-Country);58c90fb5-9d1d-46bc-9b1a-2cf3e353eed0":{"ABC Limited - Canada (ABC Global-Canada-Entity);ed9795ff-166e-4f78-983c-2312c3042017":{"Canada Federal (ABC Global-Canada-ABC Canada Limited-Location);47fe7508-47fe-44bf-9b94-2db1c31866d3":{"tags":["Operations (ABC Global-Function);d5c14313-f94e-4f02-bcaf-7959032296af","Statutory (ABC Global-Tags);8ff789fa-de57-44d9-baa4-9ca5bc18c800;Compliance Type","Northern America (ABC Global-Tags);3945b6f1-f70c-4d01-90b2-c9596402aaee;International Region","Local Reporter 1;e9684b5d-ddbc-46d3-ae07-51706bf75410","Local Approver 1;c44dcd04-aebb-4417-ba6b-fac170efd5d0","Chief Compliance Officer;5fe96caa-1a44-4a2d-921a-920d29433eca","Auditor J1;bda0d59b-058b-4098-b0fc-54aa54aa5998","Viewer J1;344c84d2-5976-47ff-949b-49f6fa9627eb","Canada (ABC Global-Country);58c90fb5-9d1d-46bc-9b1a-2cf3e353eed0","ABC Limited - Canada (ABC Global-Canada-Entity);ed9795ff-166e-4f78-983c-2312c3042017","Canada Federal (ABC Global-Canada-ABC Canada Limited-Location);47fe7508-47fe-44bf-9b94-2db1c31866d3","Admin (ABC Global-Function);313f6a70-4b5f-4182-8855-1e5ec59aaf53","Human Resource (ABC Global-Function);215026f6-0d73-49b3-b193-4b95184201f8","Trio Web Soft User;33844eeb-ba6d-4610-9fa6-3d1caa40f20f","Not Required (ABC Global-MakerChecker);fef0402d-4578-4b9f-ab53-f8404ec5aefb","IT (ABC Global-Function);7ca3a611-cde2-4705-a630-9e55f4daa26e","Corp Sec (ABC Global-Function);2c4bfb82-bd9a-4589-b27a-423cc72ea56a"]}}},"United States of America (ABC Global-Country);2e8b229e-ad6e-43fb-8767-65dc248abd54":{"ABC Inc - USA (ABC Global-United States of America-Entity);16d72bae-10cf-4fa3-b609-eee8e309e0a8":{"US Federal (ABC Global-United States of America-ABC Inc - USA-Location);af851ebd-222c-4cb6-ad53-b65ba40b3ecc":{"tags":["Human Resource (ABC Global-Function);215026f6-0d73-49b3-b193-4b95184201f8","Statutory (ABC Global-Tags);8ff789fa-de57-44d9-baa4-9ca5bc18c800;Compliance Type","Northern America (ABC Global-Tags);3945b6f1-f70c-4d01-90b2-c9596402aaee;International Region","Local Reporter 1;e9684b5d-ddbc-46d3-ae07-51706bf75410","Local Approver 1;c44dcd04-aebb-4417-ba6b-fac170efd5d0","Chief Compliance Officer;5fe96caa-1a44-4a2d-921a-920d29433eca","Auditor J1;bda0d59b-058b-4098-b0fc-54aa54aa5998","Viewer J1;344c84d2-5976-47ff-949b-49f6fa9627eb","United States of America (ABC Global-Country);2e8b229e-ad6e-43fb-8767-65dc248abd54","ABC Inc - USA (ABC Global-United States of America-Entity);16d72bae-10cf-4fa3-b609-eee8e309e0a8","US Federal (ABC Global-United States of America-ABC Inc - USA-Location);af851ebd-222c-4cb6-ad53-b65ba40b3ecc","Admin (ABC Global-Function);313f6a70-4b5f-4182-8855-1e5ec59aaf53","Marketing (ABC Global-Function);07240150-320f-45b0-a51b-d786667981f0","Operations (ABC Global-Function);d5c14313-f94e-4f02-bcaf-7959032296af","IT (ABC Global-Function);7ca3a611-cde2-4705-a630-9e55f4daa26e"]}}},"United Kingdom (ABC Global-Country);cfdeb388-e806-4cad-81b6-f1ddfd10e293":{"ABC Limited - UK (ABC Global-United Kingdom-Entity);a0269f03-479d-49b7-b080-94f287cc7c98":{"UK Federal (ABC Global-United Kingdom-ABC Limited - UK-Location);08c0a303-4355-4444-9ba0-7050d4fdcf72":{"tags":["Human Resource (ABC Global-Function);215026f6-0d73-49b3-b193-4b95184201f8","Statutory (ABC Global-Tags);8ff789fa-de57-44d9-baa4-9ca5bc18c800;Compliance Type","Europe (ABC Global-Tags);9f77c0c7-7e05-4707-ab9b-9f31ad27f8e8;International Region","Local Reporter 1;e9684b5d-ddbc-46d3-ae07-51706bf75410","Local Approver 1;c44dcd04-aebb-4417-ba6b-fac170efd5d0","Chief Compliance Officer;5fe96caa-1a44-4a2d-921a-920d29433eca","Auditor J1;bda0d59b-058b-4098-b0fc-54aa54aa5998","Viewer J1;344c84d2-5976-47ff-949b-49f6fa9627eb","United Kingdom (ABC Global-Country);cfdeb388-e806-4cad-81b6-f1ddfd10e293","ABC Limited - UK (ABC Global-United Kingdom-Entity);a0269f03-479d-49b7-b080-94f287cc7c98","UK Federal (ABC Global-United Kingdom-ABC Limited - UK-Location);08c0a303-4355-4444-9ba0-7050d4fdcf72","Corp Sec (ABC Global-Function);2c4bfb82-bd9a-4589-b27a-423cc72ea56a"]}}},"Mauritius (ABC Global-Country);08ef2081-d33f-4876-be86-f811fd9dc572":{"ABC Capital Ltd (ABC Global-Mauritius-Entity);6f19dce2-7cbe-48d3-b427-c8272a9b9dae":{"Port Louis (ABC Global-Mauritius-ABC Capital Ltd-Location);606b5624-0528-4b61-9503-6b3bd9729622":{"tags":["Finance (ABC Global-Function);6847ff49-09f1-4c26-9c84-ae923758c9eb","Statutory (ABC Global-Tags);8ff789fa-de57-44d9-baa4-9ca5bc18c800;Compliance Type","Local Reporter 1;e9684b5d-ddbc-46d3-ae07-51706bf75410","Local Approver 1;c44dcd04-aebb-4417-ba6b-fac170efd5d0","Chief Compliance Officer;5fe96caa-1a44-4a2d-921a-920d29433eca","Auditor J1;bda0d59b-058b-4098-b0fc-54aa54aa5998","Viewer J1;344c84d2-5976-47ff-949b-49f6fa9627eb","Mauritius (ABC Global-Country);08ef2081-d33f-4876-be86-f811fd9dc572","ABC Capital Ltd (ABC Global-Mauritius-Entity);6f19dce2-7cbe-48d3-b427-c8272a9b9dae","Port Louis (ABC Global-Mauritius-ABC Capital Ltd-Location);606b5624-0528-4b61-9503-6b3bd9729622"]}}}}"></sf-i-reporting>
|
|
328
|
+
<!-- <sf-i-reporting id="detail-reporting" name="Notice Details" apiid="gghnbi7hku2qj5twrea6xxcaya0aqeis.lambda-url.us-east-1.on.aws" mode="admin" flow="details" projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" projectname="ABC Global" editdisable="true">
|
|
329
|
+
<div slot="reporting-form">
|
|
330
|
+
<sf-i-form id="reporting-form"></sf-i-form>
|
|
331
|
+
</div>
|
|
332
|
+
</sf-i-reporting> -->
|
|
333
|
+
<div class="mb-20"></div>
|
|
334
|
+
<!-- <sf-i-reporting mode="downloader" name="Downloader">
|
|
335
|
+
</sf-i-reporting> -->
|
|
336
|
+
<div class="mb-20"></div>
|
|
337
|
+
|
|
338
|
+
<script>
|
|
339
|
+
</script>
|
|
340
|
+
</body>
|
|
341
|
+
</html>
|