sf-i-events 1.0.873 → 1.0.874
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/.eslintrc.json +5 -5
- package/dev/index.html +902 -902
- package/package.json +100 -100
- package/sf-i-events.d.ts +861 -856
- package/sf-i-events.js +22010 -21117
- package/src/sf-i-events.ts +1189 -192
- package/src/util.ts +519 -519
- package/test/sf-i-form_test.d.ts +6 -6
- package/test/sf-i-form_test.js +17 -17
- package/util.d.ts +49 -49
- package/util.js +438 -438
package/dev/index.html
CHANGED
|
@@ -1,903 +1,903 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
|
|
3
|
-
<html>
|
|
4
|
-
|
|
5
|
-
<head>
|
|
6
|
-
<meta charset="utf-8" />
|
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
|
-
<title><sf-i-events> Demo</title>
|
|
9
|
-
<script src="../node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
|
|
10
|
-
<script src="../node_modules/lit/polyfill-support.js"></script>
|
|
11
|
-
<script type="module" src="../sf-i-events.js"></script>
|
|
12
|
-
<!-- <script type="module" src="../../sf-i-reporting/sf-i-reporting.js"></script> -->
|
|
13
|
-
<script type="module" src="globals.js"></script>
|
|
14
|
-
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
15
|
-
<link rel="stylesheet"
|
|
16
|
-
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
|
|
17
|
-
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
18
|
-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
19
|
-
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600&display=swap"
|
|
20
|
-
rel="stylesheet">
|
|
21
|
-
<script type="module">
|
|
22
|
-
|
|
23
|
-
import { LitElement, html, css } from 'https://esm.run/lit-element/lit-element.js';
|
|
24
|
-
import { SfISelect } from 'https://esm.run/sf-i-select@1.0.92/sf-i-select.js';
|
|
25
|
-
import { SfISubSelect } from 'https://esm.run/sf-i-sub-select@1.0.83/sf-i-sub-select.js';
|
|
26
|
-
import { SfIForm } from 'https://esm.run/sf-i-form@1.0.185/sf-i-form.js';
|
|
27
|
-
import { SfIElasticText } from 'https://esm.run/sf-i-elastic-text@1.0.17/sf-i-elastic-text.js';
|
|
28
|
-
import { SfIUploader } from 'https://esm.run/sf-i-uploader@1.0.119/sf-i-uploader.js';
|
|
29
|
-
import { SfIMultitextarea } from 'https://esm.run/sf-i-multitextarea@1.0.23/sf-i-multitextarea.js';
|
|
30
|
-
// import { SfIReporting } from 'https://esm.run/sf-i-reporting@1.0.89/sf-i-reporting.js';
|
|
31
|
-
import { SfIReporting } from '../../sf-i-reporting/sf-i-reporting.js';
|
|
32
|
-
import { SfIBricks } from 'https://esm.run/sf-i-bricks@1.0.8/sf-i-bricks.js';
|
|
33
|
-
import { SfNewFeature } from 'https://esm.run/sf-new-feature@1.0.2/sf-new-feature.js';
|
|
34
|
-
|
|
35
|
-
import { SfChecklist } from '../../sf-checklist/dist/sf-checklist.js';
|
|
36
|
-
|
|
37
|
-
// import {LitElement, html, css} from 'https://unpkg.com/lit-element@3.3.3/lit-element.js?module';
|
|
38
|
-
// import {SfNav} from 'https://unpkg.com/sf-nav@1.0.73/sf-nav.js?module';
|
|
39
|
-
// import {SfChartPie} from 'https://unpkg.com/sf-chart-pie@1.0.4/sf-chart-pie.js?module';
|
|
40
|
-
// import {SfChartBar} from 'https://unpkg.com/sf-chart-bar@1.0.6/sf-chart-bar.js?module';
|
|
41
|
-
// import {SfUserAuth} from 'https://unpkg.com/sf-user-auth@1.0.88/sf-user-auth.js?module';
|
|
42
|
-
// import {SfISelect} from 'https://unpkg.com/sf-i-select@1.0.91/sf-i-select.js?module';
|
|
43
|
-
// import {SfISubSelect} from 'https://unpkg.com/sf-i-sub-select@1.0.82/sf-i-sub-select.js?module';
|
|
44
|
-
// import {SfIForm} from 'https://unpkg.com/sf-i-form@1.0.184/sf-i-form.js?module';
|
|
45
|
-
// import {SfIEvents} from 'https://unpkg.com/sf-i-events@1.0.423/sf-i-events.js?module';
|
|
46
|
-
// import {SfIElasticText} from 'https://unpkg.com/sf-i-elastic-text@1.0.7/sf-i-elastic-text.js?module';
|
|
47
|
-
// import {SfIUploader} from 'https://unpkg.com/sf-i-uploader@1.0.114/sf-i-uploader.js?module';
|
|
48
|
-
// import {SfRandomText} from 'https://unpkg.com/sf-random-text@1.0.2/sf-random-text.js?module';
|
|
49
|
-
// import {SfNewFeature} from 'https://unpkg.com/sf-new-feature@1.0.1/sf-new-feature.js?module';
|
|
50
|
-
|
|
51
|
-
</script>
|
|
52
|
-
<!-- <script type="module">
|
|
53
|
-
import {SfISelect} from 'https://unpkg.com/sf-i-select@1.0.80/sf-i-select.js?module';
|
|
54
|
-
import {SfIForm} from 'https://unpkg.com/sf-i-form@1.0.115/sf-i-form.js?module';
|
|
55
|
-
import {SfISubSelect} from 'https://unpkg.com/sf-i-sub-select@1.0.81/sf-i-sub-select.js?module';
|
|
56
|
-
import {SfIElasticText} from 'https://unpkg.com/sf-i-elastic-text@1.0.7/sf-i-elastic-text.js?module';
|
|
57
|
-
import {SfIUploader} from 'https://unpkg.com/sf-i-uploader@1.0.39/sf-i-uploader.js?module';
|
|
58
|
-
</script> -->
|
|
59
|
-
<style>
|
|
60
|
-
body {
|
|
61
|
-
background-color: #efefef;
|
|
62
|
-
margin: 0px;
|
|
63
|
-
font-family: 'Source Sans Pro';
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
sf-i-events:not(:defined) {
|
|
67
|
-
display: none;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.d-flex {
|
|
71
|
-
display: flex;
|
|
72
|
-
flex-wrap: wrap;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.w-30 {
|
|
76
|
-
width: 30%;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.w-5 {
|
|
80
|
-
width: 5%;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.w-47-5 {
|
|
84
|
-
width: 47.5%;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.w-65 {
|
|
88
|
-
width: 65%;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.w-100-m-0 {
|
|
92
|
-
width: 100%;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.w-33 {
|
|
96
|
-
width: 30%;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.w-66 {
|
|
100
|
-
width: 62%;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.w-50 {
|
|
104
|
-
width: 46%;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.w-100 {
|
|
108
|
-
width: 94%;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.justify-center {
|
|
112
|
-
justify-content: center;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.align-end {
|
|
116
|
-
align-items: flex-end;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
label {
|
|
120
|
-
color: #666;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
input {
|
|
124
|
-
border: none;
|
|
125
|
-
padding: 10px;
|
|
126
|
-
border-radius: 5px;
|
|
127
|
-
background: #efefef;
|
|
128
|
-
box-shadow: inset 2px 2px 6px rgba(5, 5, 5, 0.2);
|
|
129
|
-
border-top: solid 1px rgba(255, 255, 255, 0.8);
|
|
130
|
-
border-left: solid 1px rgba(255, 255, 255, 0.8);
|
|
131
|
-
border-bottom: solid 1px rgba(255, 255, 255, 0.8);
|
|
132
|
-
border-right: solid 1px rgba(255, 255, 255, 0.8);
|
|
133
|
-
transition: 0.3s;
|
|
134
|
-
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
sf-i-events::part(rcm-section) {
|
|
139
|
-
box-shadow: inset 2px 2px 6px rgba(5, 5, 5, 0.2);
|
|
140
|
-
border-top: solid 1px rgba(255, 255, 255, 0.8);
|
|
141
|
-
border-left: solid 1px rgba(255, 255, 255, 0.8);
|
|
142
|
-
border-bottom: solid 1px rgba(255, 255, 255, 0.8);
|
|
143
|
-
border-right: solid 1px rgba(255, 255, 255, 0.8);
|
|
144
|
-
padding: 20px;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
sf-i-events::part(row-mapped) {
|
|
148
|
-
border: solid 1px greenyellow;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
sf-i-events::part(badge-filtered) {
|
|
152
|
-
margin-left: 5px;
|
|
153
|
-
padding-top: 3px;
|
|
154
|
-
padding-bottom: 3px;
|
|
155
|
-
padding-left: 8px;
|
|
156
|
-
padding-right: 8px;
|
|
157
|
-
border-radius: 10px;
|
|
158
|
-
background: #efefef;
|
|
159
|
-
color: #aaa;
|
|
160
|
-
font-size: 70%
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
sf-i-events::part(badge-filter-name) {
|
|
164
|
-
border: none;
|
|
165
|
-
padding-top: 3px;
|
|
166
|
-
padding-bottom: 3px;
|
|
167
|
-
padding-left: 8px;
|
|
168
|
-
padding-right: 8px;
|
|
169
|
-
border-radius: 10px;
|
|
170
|
-
background: #ccc;
|
|
171
|
-
color: white;
|
|
172
|
-
font-size: 70%
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
sf-i-events::part(badge-dashboard) {
|
|
176
|
-
border: none;
|
|
177
|
-
padding: 10px;
|
|
178
|
-
border-radius: 5px;
|
|
179
|
-
background: #efefef;
|
|
180
|
-
box-shadow: inset 2px 2px 6px rgba(5, 5, 5, 0.2);
|
|
181
|
-
border-top: solid 1px rgba(255, 255, 255, 0.8);
|
|
182
|
-
border-left: solid 1px rgba(255, 255, 255, 0.8);
|
|
183
|
-
border-bottom: solid 1px rgba(255, 255, 255, 0.8);
|
|
184
|
-
border-right: solid 1px rgba(255, 255, 255, 0.8);
|
|
185
|
-
transition: 0.3s;
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
sf-i-events::part(commentbox) {
|
|
189
|
-
border: none;
|
|
190
|
-
padding: 10px;
|
|
191
|
-
border-radius: 5px;
|
|
192
|
-
background: #efefef;
|
|
193
|
-
box-shadow: inset 2px 2px 6px rgba(5, 5, 5, 0.2);
|
|
194
|
-
border-top: solid 1px rgba(255, 255, 255, 0.8);
|
|
195
|
-
border-left: solid 1px rgba(255, 255, 255, 0.8);
|
|
196
|
-
border-bottom: solid 1px rgba(255, 255, 255, 0.8);
|
|
197
|
-
border-right: solid 1px rgba(255, 255, 255, 0.8);
|
|
198
|
-
transition: 0.3s;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
sf-i-events::part(report-container) {
|
|
202
|
-
border: none;
|
|
203
|
-
padding: 10px;
|
|
204
|
-
border-radius: 5px;
|
|
205
|
-
background: #efefef;
|
|
206
|
-
box-shadow: inset 2px 2px 6px rgba(5, 5, 5, 0.2);
|
|
207
|
-
border-top: solid 1px rgba(255, 255, 255, 0.8);
|
|
208
|
-
border-left: solid 1px rgba(255, 255, 255, 0.8);
|
|
209
|
-
border-bottom: solid 1px rgba(255, 255, 255, 0.8);
|
|
210
|
-
border-right: solid 1px rgba(255, 255, 255, 0.8);
|
|
211
|
-
transition: 0.3s;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
input:focus {
|
|
215
|
-
outline-color: #e8e8e8;
|
|
216
|
-
background: #e8e8e8;
|
|
217
|
-
box-shadow: inset 20px 20px 60px #c5c5c5,
|
|
218
|
-
inset -20px -20px 60px #ffffff;
|
|
219
|
-
transition: 0.3s;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
sf-i-events::part(detail-head) {
|
|
223
|
-
font-weight: 400;
|
|
224
|
-
color: gray;
|
|
225
|
-
text-transform: capitalize;
|
|
226
|
-
font-size: 90%;
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
sf-i-uploader::part(detail-container),
|
|
230
|
-
sf-i-events::part(detail-container),
|
|
231
|
-
sf-i-events::part(report-summary-container) {
|
|
232
|
-
position: fixed;
|
|
233
|
-
left: 0px;
|
|
234
|
-
top: 0px;
|
|
235
|
-
width: 100%;
|
|
236
|
-
height: 100vh;
|
|
237
|
-
background-color: #efefef;
|
|
238
|
-
box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25), -1px -1px 10px 0 rgba(255, 255, 255, 0.6);
|
|
239
|
-
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
240
|
-
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
241
|
-
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
242
|
-
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
243
|
-
overflow-y: auto;
|
|
244
|
-
margin: 0px;
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
sf-i-events::part(filter-title) {
|
|
248
|
-
color: #888;
|
|
249
|
-
font-weight: 400;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
sf-i-events::part(filter) {
|
|
253
|
-
color: #888;
|
|
254
|
-
font-weight: 400;
|
|
255
|
-
font-size: 80%;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
sf-i-events::part(td-head) {
|
|
259
|
-
color: #888;
|
|
260
|
-
font-weight: 400;
|
|
261
|
-
padding-left: 5px;
|
|
262
|
-
vertical-align: middle;
|
|
263
|
-
font-size: 80%;
|
|
264
|
-
text-transform: capitalize;
|
|
265
|
-
text-align: left;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
sf-i-events::part(td-key) {
|
|
269
|
-
color: white;
|
|
270
|
-
background-color: #aaa;
|
|
271
|
-
font-weight: 900;
|
|
272
|
-
padding-left: 5px;
|
|
273
|
-
vertical-align: middle;
|
|
274
|
-
font-size: 80%;
|
|
275
|
-
text-align: left;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
sf-i-events::part(td-body) {
|
|
279
|
-
color: #555;
|
|
280
|
-
font-weight: 400;
|
|
281
|
-
padding: 5px;
|
|
282
|
-
vertical-align: middle;
|
|
283
|
-
font-size: 80%;
|
|
284
|
-
white-space: nowrap;
|
|
285
|
-
text-align: left;
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
sf-i-events::part(stream-event-total) {
|
|
289
|
-
border-width: 0px;
|
|
290
|
-
color: #666;
|
|
291
|
-
background: #efefef;
|
|
292
|
-
font-weight: 900;
|
|
293
|
-
padding: 10px;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
sf-i-events::part(adhoc-question) {
|
|
297
|
-
border-width: 0px;
|
|
298
|
-
font-size: 120%;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
sf-i-events::part(stream-event-selected) {
|
|
302
|
-
border-width: 0px;
|
|
303
|
-
border-radius: 5px;
|
|
304
|
-
color: #666;
|
|
305
|
-
background: #efefef;
|
|
306
|
-
box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25), -1px -1px 10px 0 rgba(255, 255, 255, 0.6);
|
|
307
|
-
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
308
|
-
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
309
|
-
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
310
|
-
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
311
|
-
font-weight: 900;
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
sf-i-events::part(calendar-tab-button-selected) {
|
|
315
|
-
border-width: 0px;
|
|
316
|
-
border-radius: 5px;
|
|
317
|
-
color: #666;
|
|
318
|
-
background: #efefef;
|
|
319
|
-
box-shadow: inset 3px 3px 5px #bbbbbb,
|
|
320
|
-
inset -5px -5px 8px #ffffff;
|
|
321
|
-
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
322
|
-
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
323
|
-
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
324
|
-
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
325
|
-
font-weight: 900;
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
sf-i-events::part(calendar-tab-button-not-selected) {
|
|
329
|
-
border-width: 0px;
|
|
330
|
-
border-radius: 5px;
|
|
331
|
-
color: #aaa;
|
|
332
|
-
background: #efefef;
|
|
333
|
-
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
334
|
-
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
335
|
-
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
336
|
-
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
sf-i-events::part(calendar-tab-button-selected-small) {
|
|
340
|
-
border-width: 0px;
|
|
341
|
-
border-radius: 5px;
|
|
342
|
-
color: #666;
|
|
343
|
-
background: #efefef;
|
|
344
|
-
box-shadow: inset 3px 3px 5px #bbbbbb,
|
|
345
|
-
inset -5px -5px 8px #ffffff;
|
|
346
|
-
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
347
|
-
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
348
|
-
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
349
|
-
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
350
|
-
font-weight: 900;
|
|
351
|
-
font-size: 80%;
|
|
352
|
-
margin-top: 20px;
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
sf-i-events::part(calendar-tab-button-not-selected-small) {
|
|
356
|
-
border-width: 0px;
|
|
357
|
-
border-radius: 5px;
|
|
358
|
-
color: #aaa;
|
|
359
|
-
background: #efefef;
|
|
360
|
-
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
361
|
-
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
362
|
-
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
363
|
-
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
364
|
-
font-size: 80%;
|
|
365
|
-
margin-top: 20px;
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
sf-i-events::part(stream-month-selected) {
|
|
369
|
-
border-width: 0px;
|
|
370
|
-
border-radius: 5px;
|
|
371
|
-
color: #666;
|
|
372
|
-
background: #efefef;
|
|
373
|
-
box-shadow: inset 3px 3px 5px #bbbbbb,
|
|
374
|
-
inset -5px -5px 8px #ffffff;
|
|
375
|
-
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
376
|
-
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
377
|
-
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
378
|
-
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
379
|
-
font-weight: 900;
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
sf-i-events::part(stream-month-not-selected) {
|
|
383
|
-
border-width: 0px;
|
|
384
|
-
border-radius: 5px;
|
|
385
|
-
color: #aaa;
|
|
386
|
-
background: #efefef;
|
|
387
|
-
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
388
|
-
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
389
|
-
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
390
|
-
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
sf-i-events::part(stream-event-list) {
|
|
394
|
-
border-width: 0px;
|
|
395
|
-
border-radius: 5px;
|
|
396
|
-
background: #efefef;
|
|
397
|
-
box-shadow: inset 3px 3px 5px #bbbbbb,
|
|
398
|
-
inset -5px -5px 8px #ffffff;
|
|
399
|
-
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
400
|
-
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
401
|
-
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
402
|
-
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
sf-i-uploader::part(button-icon),
|
|
407
|
-
sf-i-events::part(button-icon) {
|
|
408
|
-
|
|
409
|
-
border-width: 0px;
|
|
410
|
-
border-radius: 5px;
|
|
411
|
-
color: #666;
|
|
412
|
-
background: #efefef;
|
|
413
|
-
box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25), -1px -1px 10px 0 rgba(255, 255, 255, 0.6);
|
|
414
|
-
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
415
|
-
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
416
|
-
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
417
|
-
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
418
|
-
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
sf-i-events::part(button-icon-small) {
|
|
422
|
-
|
|
423
|
-
border-width: 0px;
|
|
424
|
-
border-radius: 5px;
|
|
425
|
-
color: #666;
|
|
426
|
-
background: #efefef;
|
|
427
|
-
box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25), -1px -1px 10px 0 rgba(255, 255, 255, 0.6);
|
|
428
|
-
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
429
|
-
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
430
|
-
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
431
|
-
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
432
|
-
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
sf-i-events::part(accordian-container) {
|
|
436
|
-
|
|
437
|
-
border-width: 0px;
|
|
438
|
-
border-radius: 5px;
|
|
439
|
-
box-shadow: inset 2px 2px 6px rgba(5, 5, 5, 0.2);
|
|
440
|
-
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
441
|
-
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
442
|
-
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
443
|
-
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
444
|
-
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
sf-i-events::part(badge) {
|
|
449
|
-
|
|
450
|
-
color: #666;
|
|
451
|
-
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
452
|
-
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
453
|
-
padding-left: 10px;
|
|
454
|
-
padding-right: 10px;
|
|
455
|
-
padding-top: 5px;
|
|
456
|
-
padding-bottom: 5px;
|
|
457
|
-
border-radius: 10px;
|
|
458
|
-
margin-top: -8px;
|
|
459
|
-
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
sf-i-events::part(title) {
|
|
463
|
-
|
|
464
|
-
font-weight: 400;
|
|
465
|
-
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
sf-i-events::part(month-title) {
|
|
469
|
-
|
|
470
|
-
color: #666;
|
|
471
|
-
font-weight: 600;
|
|
472
|
-
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
sf-i-events::part(event-calendar-day-today) {
|
|
476
|
-
|
|
477
|
-
background-color: #444;
|
|
478
|
-
color: white;
|
|
479
|
-
font-weight: 900;
|
|
480
|
-
border-radius: 5px;
|
|
481
|
-
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
sf-i-events::part(calendar-month) {
|
|
486
|
-
|
|
487
|
-
box-shadow: inset 2px 2px 6px rgba(5, 5, 5, 0.2);
|
|
488
|
-
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
sf-i-events::part(compliance-date-indicator-primary) {
|
|
492
|
-
background-color: #cd0078;
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
sf-i-events::part(compliance-calendar-day-with-compliance) {
|
|
496
|
-
box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25), -1px -1px 10px 0 rgba(255, 255, 255, 0.6);
|
|
497
|
-
border-radius: 5px;
|
|
498
|
-
padding-bottom: 3px;
|
|
499
|
-
color: black;
|
|
500
|
-
font-weight: 600;
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
sf-i-select::part(input-label),
|
|
504
|
-
sf-i-sub-select::part(input-label),
|
|
505
|
-
sf-i-events::part(input-label) {
|
|
506
|
-
color: #666;
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
sf-i-select::part(input-select),
|
|
510
|
-
sf-i-sub-select::part(input-select),
|
|
511
|
-
sf-i-events::part(input-select) {
|
|
512
|
-
|
|
513
|
-
border-width: 0px;
|
|
514
|
-
border-radius: 5px;
|
|
515
|
-
color: #666;
|
|
516
|
-
background: #efefef;
|
|
517
|
-
box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25), -1px -1px 10px 0 rgba(255, 255, 255, 0.6);
|
|
518
|
-
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
519
|
-
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
520
|
-
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
521
|
-
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
522
|
-
padding: 10px;
|
|
523
|
-
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
sf-i-select::part(input-select-multi),
|
|
527
|
-
sf-i-sub-select::part(input-select-multi) {
|
|
528
|
-
font-weight: 400;
|
|
529
|
-
border: none;
|
|
530
|
-
padding: 10px;
|
|
531
|
-
border-radius: 5px;
|
|
532
|
-
background: #efefef;
|
|
533
|
-
box-shadow: inset 2px 2px 6px rgba(5, 5, 5, 0.2);
|
|
534
|
-
border-top: solid 1px rgba(255, 255, 255, 0.8);
|
|
535
|
-
border-left: solid 1px rgba(255, 255, 255, 0.8);
|
|
536
|
-
border-bottom: solid 1px rgba(255, 255, 255, 0.8);
|
|
537
|
-
border-right: solid 1px rgba(255, 255, 255, 0.8);
|
|
538
|
-
transition: 0.3s;
|
|
539
|
-
}
|
|
540
|
-
|
|
541
|
-
sf-i-uploader::part(input),
|
|
542
|
-
sf-i-events::part(input) {
|
|
543
|
-
font-weight: 400;
|
|
544
|
-
border: none;
|
|
545
|
-
padding: 10px;
|
|
546
|
-
border-radius: 5px;
|
|
547
|
-
background: #efefef;
|
|
548
|
-
box-shadow: inset 2px 2px 6px rgba(5, 5, 5, 0.2);
|
|
549
|
-
border-top: solid 1px rgba(255, 255, 255, 0.8);
|
|
550
|
-
border-left: solid 1px rgba(255, 255, 255, 0.8);
|
|
551
|
-
border-bottom: solid 1px rgba(255, 255, 255, 0.8);
|
|
552
|
-
border-right: solid 1px rgba(255, 255, 255, 0.8);
|
|
553
|
-
transition: 0.3s;
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
sf-i-events::part(input:focus) {
|
|
557
|
-
outline-color: #e8e8e8;
|
|
558
|
-
background: #e8e8e8;
|
|
559
|
-
box-shadow: inset 20px 20px 60px #c5c5c5,
|
|
560
|
-
inset -20px -20px 60px #ffffff;
|
|
561
|
-
transition: 0.3s;
|
|
562
|
-
}
|
|
563
|
-
|
|
564
|
-
sf-i-events::part(results-title) {
|
|
565
|
-
color: #444;
|
|
566
|
-
font-weight: 400;
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
sf-i-events::part(td-action) {
|
|
572
|
-
color: #888;
|
|
573
|
-
font-weight: 400;
|
|
574
|
-
padding: 5px;
|
|
575
|
-
background-color: #efefef;
|
|
576
|
-
vertical-align: middle;
|
|
577
|
-
}
|
|
578
|
-
|
|
579
|
-
sf-i-uploader::part(button),
|
|
580
|
-
sf-i-events::part(button) {
|
|
581
|
-
color: #666;
|
|
582
|
-
background: #efefef;
|
|
583
|
-
box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25), -1px -1px 10px 0 rgba(255, 255, 255, 0.6);
|
|
584
|
-
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
585
|
-
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
586
|
-
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
587
|
-
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
588
|
-
padding-left: 10px;
|
|
589
|
-
padding-right: 10px;
|
|
590
|
-
padding-top: 5px;
|
|
591
|
-
padding-bottom: 5px;
|
|
592
|
-
border-radius: 5px;
|
|
593
|
-
}
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
sf-i-events::part(button-lg) {
|
|
598
|
-
color: #666;
|
|
599
|
-
background: #efefef;
|
|
600
|
-
box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25), -1px -1px 10px 0 rgba(255, 255, 255, 0.6);
|
|
601
|
-
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
602
|
-
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
603
|
-
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
604
|
-
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
605
|
-
padding-left: 10px;
|
|
606
|
-
padding-right: 10px;
|
|
607
|
-
padding-top: 10px;
|
|
608
|
-
padding-bottom: 10px;
|
|
609
|
-
border-radius: 5px;
|
|
610
|
-
font-size: 110%;
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
sf-i-events::part(reporting-reporting-date-label) {
|
|
614
|
-
color: #cd0078;
|
|
615
|
-
}
|
|
616
|
-
|
|
617
|
-
sf-i-events::part(button-lg):not(active) {
|
|
618
|
-
color: #666;
|
|
619
|
-
background: #bbbbbb;
|
|
620
|
-
box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25), -1px -1px 10px 0 rgba(255, 255, 255, 0.6);
|
|
621
|
-
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
622
|
-
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
623
|
-
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
624
|
-
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
625
|
-
padding-left: 10px;
|
|
626
|
-
padding-right: 10px;
|
|
627
|
-
padding-top: 15px;
|
|
628
|
-
padding-bottom: 15px;
|
|
629
|
-
border-radius: 5px;
|
|
630
|
-
font-size: 95%;
|
|
631
|
-
}
|
|
632
|
-
|
|
633
|
-
sf-i-reporting::part(form-container) {
|
|
634
|
-
height: 60vh;
|
|
635
|
-
overflow-y: auto;
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
sf-i-events::part(event-status-past-due-date),
|
|
639
|
-
sf-i-events::part(event-status-pending-approval) {
|
|
640
|
-
|
|
641
|
-
margin-bottom: 3px;
|
|
642
|
-
border-left: solid 5px #f8ee24;
|
|
643
|
-
background-color: #fcfbe5;
|
|
644
|
-
border-top-right-radius: 5px;
|
|
645
|
-
border-bottom-right-radius: 5px;
|
|
646
|
-
|
|
647
|
-
}
|
|
648
|
-
|
|
649
|
-
sf-i-events::part(event-status-complied),
|
|
650
|
-
sf-i-events::part(event-status-approved) {
|
|
651
|
-
|
|
652
|
-
margin-bottom: 3px;
|
|
653
|
-
border-left: solid 5px #9bf468;
|
|
654
|
-
background-color: #f6fbf4;
|
|
655
|
-
border-top-right-radius: 5px;
|
|
656
|
-
border-bottom-right-radius: 5px;
|
|
657
|
-
|
|
658
|
-
}
|
|
659
|
-
|
|
660
|
-
sf-i-events::part(event-status-not-complied),
|
|
661
|
-
sf-i-events::part(event-status-rejected),
|
|
662
|
-
sf-i-events::part(event-status-late-approved) {
|
|
663
|
-
|
|
664
|
-
margin-bottom: 3px;
|
|
665
|
-
border-left: solid 5px #C80036;
|
|
666
|
-
background-color: #f9e6e6;
|
|
667
|
-
border-top-right-radius: 5px;
|
|
668
|
-
border-bottom-right-radius: 5px;
|
|
669
|
-
|
|
670
|
-
}
|
|
671
|
-
|
|
672
|
-
sf-i-events::part(event-status-partially-complied),
|
|
673
|
-
sf-i-events::part(event-status-late-reported) {
|
|
674
|
-
|
|
675
|
-
margin-bottom: 3px;
|
|
676
|
-
border-left: solid 5px #Ef9C66;
|
|
677
|
-
background-color: #f8ebe2;
|
|
678
|
-
border-top-right-radius: 5px;
|
|
679
|
-
border-bottom-right-radius: 5px;
|
|
680
|
-
|
|
681
|
-
}
|
|
682
|
-
|
|
683
|
-
sf-i-events::part(new-feature-text) {
|
|
684
|
-
font-weight: 400;
|
|
685
|
-
font-size: large;
|
|
686
|
-
}
|
|
687
|
-
|
|
688
|
-
sf-i-events::part(reporting-checklist-item) {
|
|
689
|
-
margin-left: 5px;
|
|
690
|
-
}
|
|
691
|
-
</style>
|
|
692
|
-
</head>
|
|
693
|
-
|
|
694
|
-
<body>
|
|
695
|
-
<!-- <sf-i-events projectid="a81b6ae1-98de-4b72-8cf0-9aaee5b61891" projectname="Khaitan" mode="onboarding" locations="{}" contractstartdate="01/01/2025" apiid="dwqyez2puoxmu.cloudfront.net/event" username="ninad.t@flagggrc.tech" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiidcompliances="dnytrdlrmxgsy.cloudfront.net/compliance" apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidusers="dnytrdlrmxgsy.cloudfront.net/userprofile" disablesignoff="yes" disableclientresponse="yes">
|
|
696
|
-
|
|
697
|
-
</sf-i-events> -->
|
|
698
|
-
<!-- <sf-i-events projectid="a81b6ae1-98de-4b72-8cf0-9aaee5b61891" projectname="Khaitan" mode="onboarding" locations="{}" contractstartdate="01/01/2025" apiid="dwqyez2puoxmu.cloudfront.net/event" username="ninad.t@flagggrc.tech" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiidcompliances="dnytrdlrmxgsy.cloudfront.net/compliance" apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidusers="dnytrdlrmxgsy.cloudfront.net/userprofile" disablesignoff="yes" disableclientresponse="yes">
|
|
699
|
-
|
|
700
|
-
</sf-i-events> -->
|
|
701
|
-
<!-- <sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer" apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition" apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat" apiidnotices="gghnbi7hku2qj5twrea6xxcaya0aqeis.lambda-url.us-east-1.on.aws" fill="solid" username="Precisionmed Reporter" userprofileid="fe5070fe-9982-4dcf-8458-f8d4f97c7b01" projectid="63d20443-b9cc-4a86-b39d-bf81c1c93ba5" projectname="PrecisionMed ABC" countryid="f443b70d-6609-42e0-b6a4-446bfa05d20a" myrole="reporter" showregisterexport="false" features="[]" eventfielddependencies="[{"type": "foreignkey", "parent": "country", "child": "state"},{"type": "foreignkey", "parent": "category", "child": "subcategory"},{"type": "foreignkey", "parent": "frequency", "child": "subfrequency"}]" 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"}]" eventpreviewfields="["obligation"]" eventhidefields="["comments","documents","lastupdated","approved","tags"]" calendarstartdd="01" calendarstartmm="04" calendarstartyyyy="2024">
|
|
702
|
-
|
|
703
|
-
<div slot="uploader">
|
|
704
|
-
<sf-i-uploader id="uploader" max="10" apiid="1peg5170d3" allowedextensions="["jpg","png","pdf","xls","xlsx","doc","docx"]" extract="yes" projectid="63d20443-b9cc-4a86-b39d-bf81c1c93ba5" maxsize="5242880" allowdownload="yes"></sf-i-uploader>
|
|
705
|
-
</div>
|
|
706
|
-
<div slot="reporting">
|
|
707
|
-
<sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting>
|
|
708
|
-
</div>
|
|
709
|
-
|
|
710
|
-
</sf-i-events> -->
|
|
711
|
-
<!-- <sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer" apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition" apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat" apiidnotices="gghnbi7hku2qj5twrea6xxcaya0aqeis.lambda-url.us-east-1.on.aws" fill="solid" username="Precisionmed Functionhead" userprofileid="8b73b571-f993-49cf-96e1-bf84f628f26f" projectid="63d20443-b9cc-4a86-b39d-bf81c1c93ba5" projectname="PrecisionMed ABC" countryid="f443b70d-6609-42e0-b6a4-446bfa05d20a" myrole="viewer" showregisterexport="false" features="[]" eventfielddependencies="[{"type": "foreignkey", "parent": "country", "child": "state"},{"type": "foreignkey", "parent": "category", "child": "subcategory"},{"type": "foreignkey", "parent": "frequency", "child": "subfrequency"}]" 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"}]" eventpreviewfields="["obligation"]" eventhidefields="["comments","documents","lastupdated","approved","tags"]" calendarstartdd="01" calendarstartmm="04" calendarstartyyyy="2024">
|
|
712
|
-
|
|
713
|
-
<div slot="uploader">
|
|
714
|
-
<sf-i-uploader id="uploader" max="10" apiid="1peg5170d3" allowedextensions="["jpg","png","pdf","xls","xlsx","doc","docx"]" extract="yes" projectid="63d20443-b9cc-4a86-b39d-bf81c1c93ba5" maxsize="5242880" allowdownload="yes"></sf-i-uploader>
|
|
715
|
-
</div>
|
|
716
|
-
<div slot="reporting">
|
|
717
|
-
<sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting>
|
|
718
|
-
</div>
|
|
719
|
-
|
|
720
|
-
</sf-i-events> -->
|
|
721
|
-
<!-- <sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer" apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition" apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat" apiidnotices="gghnbi7hku2qj5twrea6xxcaya0aqeis.lambda-url.us-east-1.on.aws" fill="solid" username="Auditor J1" userprofileid="bda0d59b-058b-4098-b0fc-54aa54aa5998" projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" projectname="ABC Global" countryid="07d73b44-648d-4301-82c4-d6df43397824" myrole="auditor" showregisterexport="false" features="["notices"]" eventfielddependencies="[{"type": "foreignkey", "parent": "country", "child": "state"},{"type": "foreignkey", "parent": "category", "child": "subcategory"},{"type": "foreignkey", "parent": "frequency", "child": "subfrequency"}]" 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"}]" eventpreviewfields="["obligation"]" eventhidefields="["comments","documents","lastupdated","approved","tags"]" calendarstartdd="01" calendarstartmm="04" calendarstartyyyy="2025">
|
|
722
|
-
|
|
723
|
-
<div slot="uploader">
|
|
724
|
-
<sf-i-uploader id="uploader" max="10" apiid="1peg5170d3" allowedextensions="["jpg","png","pdf","xls","xlsx","doc","docx"]" extract="yes" projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" maxsize="5242880" allowdownload="yes"></sf-i-uploader>
|
|
725
|
-
</div>
|
|
726
|
-
<div slot="reporting">
|
|
727
|
-
<sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting>
|
|
728
|
-
</div>
|
|
729
|
-
|
|
730
|
-
</sf-i-events> -->
|
|
731
|
-
<!-- <sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer" apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition" apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat" apiidnotices="gghnbi7hku2qj5twrea6xxcaya0aqeis.lambda-url.us-east-1.on.aws" fill="solid" username="Chief Compliance Officer" userprofileid="5fe96caa-1a44-4a2d-921a-920d29433eca" projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" projectname="ABC Global" countryid="07d73b44-648d-4301-82c4-d6df43397824" myrole="functionhead" showregisterexport="false" features="["notices"]" eventfielddependencies="[{"type": "foreignkey", "parent": "country", "child": "state"},{"type": "foreignkey", "parent": "category", "child": "subcategory"},{"type": "foreignkey", "parent": "frequency", "child": "subfrequency"}]" 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"}]" eventpreviewfields="["obligation"]" eventhidefields="["comments","documents","lastupdated","approved","tags"]" calendarstartdd="01" calendarstartmm="04" calendarstartyyyy="2025">
|
|
732
|
-
|
|
733
|
-
<div slot="uploader">
|
|
734
|
-
<sf-i-uploader id="uploader" max="10" apiid="1peg5170d3" allowedextensions="["jpg","png","pdf","xls","xlsx","doc","docx"]" extract="yes" projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" maxsize="5242880" allowdownload="yes"></sf-i-uploader>
|
|
735
|
-
</div>
|
|
736
|
-
<div slot="reporting">
|
|
737
|
-
<sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting>
|
|
738
|
-
</div>
|
|
739
|
-
|
|
740
|
-
</sf-i-events> -->
|
|
741
|
-
<sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer"
|
|
742
|
-
apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute"
|
|
743
|
-
apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition"
|
|
744
|
-
apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat"
|
|
745
|
-
apiidnotices="gghnbi7hku2qj5twrea6xxcaya0aqeis.lambda-url.us-east-1.on.aws"
|
|
746
|
-
apiidagreements="
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
<!-- <sf-i-events id="sf-i-events-next" name="Next Compliances" apiid="dwqyez2puoxmu.cloudfront.net/event" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiidcompliances="dnytrdlrmxgsy.cloudfront.net/compliance" apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat" apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition" mode="next" fill="solid" username="Sachin Bhat" userprofileid="347e23a2-5ff8-4d3a-b1ab-639faf342f25" projectid="f0f17ddb-546a-45f5-8a94-a5689fde8e64" projectname="Signode" myroles="["reporter"]" eventpreviewfields="["obligation"]" eventhidefields="["comments","documents","lastupdated","approved","tags"]" blocksize="10" calendarstartdd="01" calendarstartmm="04" calendarstartyyyy="2024"><div slot="uploader"><sf-i-uploader id="uploader" max="10" apiid="1peg5170d3" allowedextensions="["jpg","png","pdf","xls","xlsx","doc","docx"]" extract="yes" projectid="f0f17ddb-546a-45f5-8a94-a5689fde8e64" maxsize="5242880" allowdownload="yes"></sf-i-uploader></div><div slot="reporting"><sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting></div></sf-i-events> -->
|
|
809
|
-
<!-- <sf-i-events id="sf-i-events-next" name="Next Compliances" apiid="dwqyez2puoxmu.cloudfront.net/event" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiidcompliances="dnytrdlrmxgsy.cloudfront.net/compliance" apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat" apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition" mode="next" fill="solid" username="Local Reporter 1" userprofileid="e9684b5d-ddbc-46d3-ae07-51706bf75410" projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" projectname="ABC Global" myroles="["reporter"]" eventpreviewfields="["obligation"]" eventhidefields="["comments","documents","lastupdated","approved","tags"]" blocksize="10" calendarstartdd="01" calendarstartmm="04" calendarstartyyyy="2024"><div slot="uploader"><sf-i-uploader id="uploader" max="10" apiid="1peg5170d3" allowedextensions="["jpg","png","pdf","xls","xlsx","doc","docx"]" extract="yes" projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" maxsize="5242880" allowdownload="yes"></sf-i-uploader></div><div slot="reporting"><sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting></div></sf-i-events> -->
|
|
810
|
-
<!-- <sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer" apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition" apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat" apiidnotices="gghnbi7hku2qj5twrea6xxcaya0aqeis.lambda-url.us-east-1.on.aws" fill="solid" username="Ankur Singhal" userprofileid="010834e8-108e-4a87-b58d-f5b429f184be" projectid="f0f17ddb-546a-45f5-8a94-a5689fde8e64" projectname="Signode" countryid="4ab8901c-4407-4c4d-a2c7-df1a690aa0a3" myrole="viewer" showregisterexport="false" features="[]" eventfielddependencies="[{"type": "foreignkey", "parent": "country", "child": "state"},{"type": "foreignkey", "parent": "category", "child": "subcategory"},{"type": "foreignkey", "parent": "frequency", "child": "subfrequency"}]" 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"}]" eventpreviewfields="["obligation"]" eventhidefields="["comments","documents","lastupdated","approved","tags"]" calendarstartdd="01" calendarstartmm="04" calendarstartyyyy="2025">
|
|
811
|
-
|
|
812
|
-
<div slot="uploader">
|
|
813
|
-
<sf-i-uploader id="uploader" max="10" apiid="1peg5170d3" allowedextensions="["jpg","png","pdf","xls","xlsx","doc","docx"]" extract="yes" projectid="f0f17ddb-546a-45f5-8a94-a5689fde8e64" maxsize="5242880" allowdownload="yes"></sf-i-uploader>
|
|
814
|
-
</div>
|
|
815
|
-
<div slot="reporting">
|
|
816
|
-
<sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting>
|
|
817
|
-
</div>
|
|
818
|
-
|
|
819
|
-
</sf-i-events> -->
|
|
820
|
-
<!-- <sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer" apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition" apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat" apiidnotices="gghnbi7hku2qj5twrea6xxcaya0aqeis.lambda-url.us-east-1.on.aws" fill="pattern" username="Dipti" userprofileid="d888568d-0599-46f9-9d73-55ea76345db1" projectid="c7d18a84-c2df-4dc2-b75f-5820549f5e5c" projectname="Chitale" countryid="4252b692-e47c-4244-9500-0bea51150031" enabledeletelatestreport="true" features="[]" eventfielddependencies="[{"type": "foreignkey", "parent": "country", "child": "state"},{"type": "foreignkey", "parent": "category", "child": "subcategory"},{"type": "foreignkey", "parent": "frequency", "child": "subfrequency"}]" 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"}]" eventpreviewfields="["obligationtitle"]" eventhidefields="["comments","documents","lastupdated","approved","tags"]" calendarstartdd="01" calendarstartmm="04" calendarstartyyyy="2024">
|
|
821
|
-
|
|
822
|
-
<div slot="uploader">
|
|
823
|
-
<sf-i-uploader id="uploader" max="10" apiid="1peg5170d3" allowedextensions="["jpg","png","pdf","xls","xlsx","doc","docx"]" extract="yes" projectid="c7d18a84-c2df-4dc2-b75f-5820549f5e5c" maxsize="5242880" allowdownload="yes"></sf-i-uploader>
|
|
824
|
-
</div>
|
|
825
|
-
<div slot="reporting">
|
|
826
|
-
<sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting>
|
|
827
|
-
</div>
|
|
828
|
-
|
|
829
|
-
</sf-i-events> -->
|
|
830
|
-
<!-- <sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer" apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition" apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat" apiidnotices="gghnbi7hku2qj5twrea6xxcaya0aqeis.lambda-url.us-east-1.on.aws" fill="solid" username="Local Reporter 1" userprofileid="e9684b5d-ddbc-46d3-ae07-51706bf75410" projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" projectname="ABC Global" countryid="07d73b44-648d-4301-82c4-d6df43397824" myrole="reporter" showregisterexport="false" features="["notices"]" eventfielddependencies="[{"type": "foreignkey", "parent": "country", "child": "state"},{"type": "foreignkey", "parent": "category", "child": "subcategory"},{"type": "foreignkey", "parent": "frequency", "child": "subfrequency"}]" 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"}]" eventpreviewfields="["obligation"]" eventhidefields="["comments","documents","lastupdated","approved","tags"]" calendarstartdd="01" calendarstartmm="04" calendarstartyyyy="2025">
|
|
831
|
-
|
|
832
|
-
<div slot="uploader">
|
|
833
|
-
<sf-i-uploader id="uploader" max="10" apiid="1peg5170d3" allowedextensions="["jpg","png","pdf","xls","xlsx","doc","docx"]" extract="yes" projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" maxsize="5242880" allowdownload="yes"></sf-i-uploader>
|
|
834
|
-
</div>
|
|
835
|
-
<div slot="reporting">
|
|
836
|
-
<sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting>
|
|
837
|
-
</div>
|
|
838
|
-
|
|
839
|
-
</sf-i-events> -->
|
|
840
|
-
<!-- <sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer" apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition" apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat" apiidnotices="gghnbi7hku2qj5twrea6xxcaya0aqeis.lambda-url.us-east-1.on.aws" fill="pattern" username="Humayu Shaikh" userprofileid="115e99a2-4b5b-4b76-846e-24133dac5ccd" projectid="5a05b884-d7ed-4f63-b623-4d305ea2cfd6" projectname="Standard Radiators Private Limited" countryid="17f9c73b-886d-40d7-b8f2-2ace42763d47" enabledeletelatestreport="true" features="[]" eventfielddependencies="[{"type": "foreignkey", "parent": "country", "child": "state"},{"type": "foreignkey", "parent": "category", "child": "subcategory"},{"type": "foreignkey", "parent": "frequency", "child": "subfrequency"}]" 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"}]" eventpreviewfields="["obligationtitle"]" eventhidefields="["comments","documents","lastupdated","approved","tags"]" calendarstartdd="01" calendarstartmm="04" calendarstartyyyy="2025">
|
|
841
|
-
|
|
842
|
-
<div slot="uploader">
|
|
843
|
-
<sf-i-uploader id="uploader" max="10" apiid="1peg5170d3" allowedextensions="["jpg","png","pdf","xls","xlsx","doc","docx"]" extract="yes" projectid="5a05b884-d7ed-4f63-b623-4d305ea2cfd6" maxsize="5242880" allowdownload="yes"></sf-i-uploader>
|
|
844
|
-
</div>
|
|
845
|
-
<div slot="reporting">
|
|
846
|
-
<sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting>
|
|
847
|
-
</div>
|
|
848
|
-
|
|
849
|
-
</sf-i-events> -->
|
|
850
|
-
<!-- <sf-i-events projectid="5a05b884-d7ed-4f63-b623-4d305ea2cfd6" projectname="Standard Radiators Private Limited" mode="onboarding" locations="{"India":{"Punjab":["Punjab Warehouse"],"Gujarat":["RO & Unit I","Unit II"]}}" contractstartdate="01/03/2025" apiid="dwqyez2puoxmu.cloudfront.net/event" username="ninad.t@flagggrc.tech" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiidcompliances="dnytrdlrmxgsy.cloudfront.net/compliance" apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidusers="dnytrdlrmxgsy.cloudfront.net/userprofile" disablesignoff="yes" disableclientresponse="yes">
|
|
851
|
-
|
|
852
|
-
</sf-i-events> -->
|
|
853
|
-
<!-- <sf-i-events projectid="d7d4d17e-3e20-4eaa-a06a-fb1c87f26532" projectname="FlaggGRC Global" mode="onboarding" locations="{"India":{"Maharashtra":["Pune"]}}" contractstartdate="01/01/2025" apiid="dwqyez2puoxmu.cloudfront.net/event" username="ninad.t@flagggrc.tech" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiidcompliances="dnytrdlrmxgsy.cloudfront.net/compliance" apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidusers="dnytrdlrmxgsy.cloudfront.net/userprofile" disablesignoff="yes" disableclientresponse="yes">
|
|
854
|
-
|
|
855
|
-
</sf-i-events> -->
|
|
856
|
-
<!-- <sf-i-events projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" projectname="ABC Global" mode="onboarding"
|
|
857
|
-
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"]}}"
|
|
858
|
-
contractstartdate="1/4/2024" apiid="dwqyez2puoxmu.cloudfront.net/event" username="ninad.t@flagggrc.tech"
|
|
859
|
-
apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiidcompliances="dnytrdlrmxgsy.cloudfront.net/compliance"
|
|
860
|
-
apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidusers="dnytrdlrmxgsy.cloudfront.net/userprofile"
|
|
861
|
-
disablesignoff="yes" disableclientresponse="yes">
|
|
862
|
-
|
|
863
|
-
</sf-i-events> -->
|
|
864
|
-
<script>
|
|
865
|
-
|
|
866
|
-
function setCookie(name, value, days) {
|
|
867
|
-
var expires = "";
|
|
868
|
-
if (days) {
|
|
869
|
-
var date = new Date();
|
|
870
|
-
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
|
871
|
-
expires = "; expires=" + date.toUTCString();
|
|
872
|
-
}
|
|
873
|
-
document.cookie = name + "=" + (value || "") + expires + "; path=/";
|
|
874
|
-
}
|
|
875
|
-
function getCookie(name) {
|
|
876
|
-
var nameEQ = name + "=";
|
|
877
|
-
var ca = document.cookie.split(';');
|
|
878
|
-
for (var i = 0; i < ca.length; i++) {
|
|
879
|
-
var c = ca[i];
|
|
880
|
-
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
|
881
|
-
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
|
882
|
-
}
|
|
883
|
-
return null;
|
|
884
|
-
}
|
|
885
|
-
function eraseCookie(name) {
|
|
886
|
-
document.cookie = name + '=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;';
|
|
887
|
-
}
|
|
888
|
-
|
|
889
|
-
let _sfIEvents = document.querySelector('sf-i-events');
|
|
890
|
-
_sfIEvents.addEventListener('tokenExpired', function (e) {
|
|
891
|
-
console.log('sf-i-events-token-expired', e.detail);
|
|
892
|
-
});
|
|
893
|
-
|
|
894
|
-
// setCookie('admin', 'false', 10);
|
|
895
|
-
// setCookie('accessToken', 'lswr0qwuyso6z6c1vu', 10);
|
|
896
|
-
// setCookie('email', 'hrushi.mehendale@gmail.com', 10);
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
</script>
|
|
900
|
-
|
|
901
|
-
</body>
|
|
902
|
-
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
|
|
3
|
+
<html>
|
|
4
|
+
|
|
5
|
+
<head>
|
|
6
|
+
<meta charset="utf-8" />
|
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
|
+
<title><sf-i-events> Demo</title>
|
|
9
|
+
<script src="../node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
|
|
10
|
+
<script src="../node_modules/lit/polyfill-support.js"></script>
|
|
11
|
+
<script type="module" src="../sf-i-events.js"></script>
|
|
12
|
+
<!-- <script type="module" src="../../sf-i-reporting/sf-i-reporting.js"></script> -->
|
|
13
|
+
<script type="module" src="globals.js"></script>
|
|
14
|
+
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
15
|
+
<link rel="stylesheet"
|
|
16
|
+
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
|
|
17
|
+
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
18
|
+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
19
|
+
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600&display=swap"
|
|
20
|
+
rel="stylesheet">
|
|
21
|
+
<script type="module">
|
|
22
|
+
|
|
23
|
+
import { LitElement, html, css } from 'https://esm.run/lit-element/lit-element.js';
|
|
24
|
+
import { SfISelect } from 'https://esm.run/sf-i-select@1.0.92/sf-i-select.js';
|
|
25
|
+
import { SfISubSelect } from 'https://esm.run/sf-i-sub-select@1.0.83/sf-i-sub-select.js';
|
|
26
|
+
import { SfIForm } from 'https://esm.run/sf-i-form@1.0.185/sf-i-form.js';
|
|
27
|
+
import { SfIElasticText } from 'https://esm.run/sf-i-elastic-text@1.0.17/sf-i-elastic-text.js';
|
|
28
|
+
import { SfIUploader } from 'https://esm.run/sf-i-uploader@1.0.119/sf-i-uploader.js';
|
|
29
|
+
import { SfIMultitextarea } from 'https://esm.run/sf-i-multitextarea@1.0.23/sf-i-multitextarea.js';
|
|
30
|
+
// import { SfIReporting } from 'https://esm.run/sf-i-reporting@1.0.89/sf-i-reporting.js';
|
|
31
|
+
import { SfIReporting } from '../../sf-i-reporting/sf-i-reporting.js';
|
|
32
|
+
import { SfIBricks } from 'https://esm.run/sf-i-bricks@1.0.8/sf-i-bricks.js';
|
|
33
|
+
import { SfNewFeature } from 'https://esm.run/sf-new-feature@1.0.2/sf-new-feature.js';
|
|
34
|
+
import { SfChecklist } from 'https://esm.run/sf-checklist@1.0.24/dist/sf-checklist.js';
|
|
35
|
+
// import { SfChecklist } from '../../sf-checklist/dist/sf-checklist.js';
|
|
36
|
+
|
|
37
|
+
// import {LitElement, html, css} from 'https://unpkg.com/lit-element@3.3.3/lit-element.js?module';
|
|
38
|
+
// import {SfNav} from 'https://unpkg.com/sf-nav@1.0.73/sf-nav.js?module';
|
|
39
|
+
// import {SfChartPie} from 'https://unpkg.com/sf-chart-pie@1.0.4/sf-chart-pie.js?module';
|
|
40
|
+
// import {SfChartBar} from 'https://unpkg.com/sf-chart-bar@1.0.6/sf-chart-bar.js?module';
|
|
41
|
+
// import {SfUserAuth} from 'https://unpkg.com/sf-user-auth@1.0.88/sf-user-auth.js?module';
|
|
42
|
+
// import {SfISelect} from 'https://unpkg.com/sf-i-select@1.0.91/sf-i-select.js?module';
|
|
43
|
+
// import {SfISubSelect} from 'https://unpkg.com/sf-i-sub-select@1.0.82/sf-i-sub-select.js?module';
|
|
44
|
+
// import {SfIForm} from 'https://unpkg.com/sf-i-form@1.0.184/sf-i-form.js?module';
|
|
45
|
+
// import {SfIEvents} from 'https://unpkg.com/sf-i-events@1.0.423/sf-i-events.js?module';
|
|
46
|
+
// import {SfIElasticText} from 'https://unpkg.com/sf-i-elastic-text@1.0.7/sf-i-elastic-text.js?module';
|
|
47
|
+
// import {SfIUploader} from 'https://unpkg.com/sf-i-uploader@1.0.114/sf-i-uploader.js?module';
|
|
48
|
+
// import {SfRandomText} from 'https://unpkg.com/sf-random-text@1.0.2/sf-random-text.js?module';
|
|
49
|
+
// import {SfNewFeature} from 'https://unpkg.com/sf-new-feature@1.0.1/sf-new-feature.js?module';
|
|
50
|
+
|
|
51
|
+
</script>
|
|
52
|
+
<!-- <script type="module">
|
|
53
|
+
import {SfISelect} from 'https://unpkg.com/sf-i-select@1.0.80/sf-i-select.js?module';
|
|
54
|
+
import {SfIForm} from 'https://unpkg.com/sf-i-form@1.0.115/sf-i-form.js?module';
|
|
55
|
+
import {SfISubSelect} from 'https://unpkg.com/sf-i-sub-select@1.0.81/sf-i-sub-select.js?module';
|
|
56
|
+
import {SfIElasticText} from 'https://unpkg.com/sf-i-elastic-text@1.0.7/sf-i-elastic-text.js?module';
|
|
57
|
+
import {SfIUploader} from 'https://unpkg.com/sf-i-uploader@1.0.39/sf-i-uploader.js?module';
|
|
58
|
+
</script> -->
|
|
59
|
+
<style>
|
|
60
|
+
body {
|
|
61
|
+
background-color: #efefef;
|
|
62
|
+
margin: 0px;
|
|
63
|
+
font-family: 'Source Sans Pro';
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
sf-i-events:not(:defined) {
|
|
67
|
+
display: none;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.d-flex {
|
|
71
|
+
display: flex;
|
|
72
|
+
flex-wrap: wrap;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.w-30 {
|
|
76
|
+
width: 30%;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.w-5 {
|
|
80
|
+
width: 5%;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.w-47-5 {
|
|
84
|
+
width: 47.5%;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.w-65 {
|
|
88
|
+
width: 65%;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.w-100-m-0 {
|
|
92
|
+
width: 100%;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.w-33 {
|
|
96
|
+
width: 30%;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.w-66 {
|
|
100
|
+
width: 62%;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.w-50 {
|
|
104
|
+
width: 46%;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.w-100 {
|
|
108
|
+
width: 94%;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.justify-center {
|
|
112
|
+
justify-content: center;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.align-end {
|
|
116
|
+
align-items: flex-end;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
label {
|
|
120
|
+
color: #666;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
input {
|
|
124
|
+
border: none;
|
|
125
|
+
padding: 10px;
|
|
126
|
+
border-radius: 5px;
|
|
127
|
+
background: #efefef;
|
|
128
|
+
box-shadow: inset 2px 2px 6px rgba(5, 5, 5, 0.2);
|
|
129
|
+
border-top: solid 1px rgba(255, 255, 255, 0.8);
|
|
130
|
+
border-left: solid 1px rgba(255, 255, 255, 0.8);
|
|
131
|
+
border-bottom: solid 1px rgba(255, 255, 255, 0.8);
|
|
132
|
+
border-right: solid 1px rgba(255, 255, 255, 0.8);
|
|
133
|
+
transition: 0.3s;
|
|
134
|
+
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
sf-i-events::part(rcm-section) {
|
|
139
|
+
box-shadow: inset 2px 2px 6px rgba(5, 5, 5, 0.2);
|
|
140
|
+
border-top: solid 1px rgba(255, 255, 255, 0.8);
|
|
141
|
+
border-left: solid 1px rgba(255, 255, 255, 0.8);
|
|
142
|
+
border-bottom: solid 1px rgba(255, 255, 255, 0.8);
|
|
143
|
+
border-right: solid 1px rgba(255, 255, 255, 0.8);
|
|
144
|
+
padding: 20px;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
sf-i-events::part(row-mapped) {
|
|
148
|
+
border: solid 1px greenyellow;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
sf-i-events::part(badge-filtered) {
|
|
152
|
+
margin-left: 5px;
|
|
153
|
+
padding-top: 3px;
|
|
154
|
+
padding-bottom: 3px;
|
|
155
|
+
padding-left: 8px;
|
|
156
|
+
padding-right: 8px;
|
|
157
|
+
border-radius: 10px;
|
|
158
|
+
background: #efefef;
|
|
159
|
+
color: #aaa;
|
|
160
|
+
font-size: 70%
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
sf-i-events::part(badge-filter-name) {
|
|
164
|
+
border: none;
|
|
165
|
+
padding-top: 3px;
|
|
166
|
+
padding-bottom: 3px;
|
|
167
|
+
padding-left: 8px;
|
|
168
|
+
padding-right: 8px;
|
|
169
|
+
border-radius: 10px;
|
|
170
|
+
background: #ccc;
|
|
171
|
+
color: white;
|
|
172
|
+
font-size: 70%
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
sf-i-events::part(badge-dashboard) {
|
|
176
|
+
border: none;
|
|
177
|
+
padding: 10px;
|
|
178
|
+
border-radius: 5px;
|
|
179
|
+
background: #efefef;
|
|
180
|
+
box-shadow: inset 2px 2px 6px rgba(5, 5, 5, 0.2);
|
|
181
|
+
border-top: solid 1px rgba(255, 255, 255, 0.8);
|
|
182
|
+
border-left: solid 1px rgba(255, 255, 255, 0.8);
|
|
183
|
+
border-bottom: solid 1px rgba(255, 255, 255, 0.8);
|
|
184
|
+
border-right: solid 1px rgba(255, 255, 255, 0.8);
|
|
185
|
+
transition: 0.3s;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
sf-i-events::part(commentbox) {
|
|
189
|
+
border: none;
|
|
190
|
+
padding: 10px;
|
|
191
|
+
border-radius: 5px;
|
|
192
|
+
background: #efefef;
|
|
193
|
+
box-shadow: inset 2px 2px 6px rgba(5, 5, 5, 0.2);
|
|
194
|
+
border-top: solid 1px rgba(255, 255, 255, 0.8);
|
|
195
|
+
border-left: solid 1px rgba(255, 255, 255, 0.8);
|
|
196
|
+
border-bottom: solid 1px rgba(255, 255, 255, 0.8);
|
|
197
|
+
border-right: solid 1px rgba(255, 255, 255, 0.8);
|
|
198
|
+
transition: 0.3s;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
sf-i-events::part(report-container) {
|
|
202
|
+
border: none;
|
|
203
|
+
padding: 10px;
|
|
204
|
+
border-radius: 5px;
|
|
205
|
+
background: #efefef;
|
|
206
|
+
box-shadow: inset 2px 2px 6px rgba(5, 5, 5, 0.2);
|
|
207
|
+
border-top: solid 1px rgba(255, 255, 255, 0.8);
|
|
208
|
+
border-left: solid 1px rgba(255, 255, 255, 0.8);
|
|
209
|
+
border-bottom: solid 1px rgba(255, 255, 255, 0.8);
|
|
210
|
+
border-right: solid 1px rgba(255, 255, 255, 0.8);
|
|
211
|
+
transition: 0.3s;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
input:focus {
|
|
215
|
+
outline-color: #e8e8e8;
|
|
216
|
+
background: #e8e8e8;
|
|
217
|
+
box-shadow: inset 20px 20px 60px #c5c5c5,
|
|
218
|
+
inset -20px -20px 60px #ffffff;
|
|
219
|
+
transition: 0.3s;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
sf-i-events::part(detail-head) {
|
|
223
|
+
font-weight: 400;
|
|
224
|
+
color: gray;
|
|
225
|
+
text-transform: capitalize;
|
|
226
|
+
font-size: 90%;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
sf-i-uploader::part(detail-container),
|
|
230
|
+
sf-i-events::part(detail-container),
|
|
231
|
+
sf-i-events::part(report-summary-container) {
|
|
232
|
+
position: fixed;
|
|
233
|
+
left: 0px;
|
|
234
|
+
top: 0px;
|
|
235
|
+
width: 100%;
|
|
236
|
+
height: 100vh;
|
|
237
|
+
background-color: #efefef;
|
|
238
|
+
box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25), -1px -1px 10px 0 rgba(255, 255, 255, 0.6);
|
|
239
|
+
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
240
|
+
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
241
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
242
|
+
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
243
|
+
overflow-y: auto;
|
|
244
|
+
margin: 0px;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
sf-i-events::part(filter-title) {
|
|
248
|
+
color: #888;
|
|
249
|
+
font-weight: 400;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
sf-i-events::part(filter) {
|
|
253
|
+
color: #888;
|
|
254
|
+
font-weight: 400;
|
|
255
|
+
font-size: 80%;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
sf-i-events::part(td-head) {
|
|
259
|
+
color: #888;
|
|
260
|
+
font-weight: 400;
|
|
261
|
+
padding-left: 5px;
|
|
262
|
+
vertical-align: middle;
|
|
263
|
+
font-size: 80%;
|
|
264
|
+
text-transform: capitalize;
|
|
265
|
+
text-align: left;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
sf-i-events::part(td-key) {
|
|
269
|
+
color: white;
|
|
270
|
+
background-color: #aaa;
|
|
271
|
+
font-weight: 900;
|
|
272
|
+
padding-left: 5px;
|
|
273
|
+
vertical-align: middle;
|
|
274
|
+
font-size: 80%;
|
|
275
|
+
text-align: left;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
sf-i-events::part(td-body) {
|
|
279
|
+
color: #555;
|
|
280
|
+
font-weight: 400;
|
|
281
|
+
padding: 5px;
|
|
282
|
+
vertical-align: middle;
|
|
283
|
+
font-size: 80%;
|
|
284
|
+
white-space: nowrap;
|
|
285
|
+
text-align: left;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
sf-i-events::part(stream-event-total) {
|
|
289
|
+
border-width: 0px;
|
|
290
|
+
color: #666;
|
|
291
|
+
background: #efefef;
|
|
292
|
+
font-weight: 900;
|
|
293
|
+
padding: 10px;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
sf-i-events::part(adhoc-question) {
|
|
297
|
+
border-width: 0px;
|
|
298
|
+
font-size: 120%;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
sf-i-events::part(stream-event-selected) {
|
|
302
|
+
border-width: 0px;
|
|
303
|
+
border-radius: 5px;
|
|
304
|
+
color: #666;
|
|
305
|
+
background: #efefef;
|
|
306
|
+
box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25), -1px -1px 10px 0 rgba(255, 255, 255, 0.6);
|
|
307
|
+
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
308
|
+
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
309
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
310
|
+
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
311
|
+
font-weight: 900;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
sf-i-events::part(calendar-tab-button-selected) {
|
|
315
|
+
border-width: 0px;
|
|
316
|
+
border-radius: 5px;
|
|
317
|
+
color: #666;
|
|
318
|
+
background: #efefef;
|
|
319
|
+
box-shadow: inset 3px 3px 5px #bbbbbb,
|
|
320
|
+
inset -5px -5px 8px #ffffff;
|
|
321
|
+
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
322
|
+
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
323
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
324
|
+
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
325
|
+
font-weight: 900;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
sf-i-events::part(calendar-tab-button-not-selected) {
|
|
329
|
+
border-width: 0px;
|
|
330
|
+
border-radius: 5px;
|
|
331
|
+
color: #aaa;
|
|
332
|
+
background: #efefef;
|
|
333
|
+
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
334
|
+
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
335
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
336
|
+
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
sf-i-events::part(calendar-tab-button-selected-small) {
|
|
340
|
+
border-width: 0px;
|
|
341
|
+
border-radius: 5px;
|
|
342
|
+
color: #666;
|
|
343
|
+
background: #efefef;
|
|
344
|
+
box-shadow: inset 3px 3px 5px #bbbbbb,
|
|
345
|
+
inset -5px -5px 8px #ffffff;
|
|
346
|
+
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
347
|
+
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
348
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
349
|
+
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
350
|
+
font-weight: 900;
|
|
351
|
+
font-size: 80%;
|
|
352
|
+
margin-top: 20px;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
sf-i-events::part(calendar-tab-button-not-selected-small) {
|
|
356
|
+
border-width: 0px;
|
|
357
|
+
border-radius: 5px;
|
|
358
|
+
color: #aaa;
|
|
359
|
+
background: #efefef;
|
|
360
|
+
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
361
|
+
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
362
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
363
|
+
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
364
|
+
font-size: 80%;
|
|
365
|
+
margin-top: 20px;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
sf-i-events::part(stream-month-selected) {
|
|
369
|
+
border-width: 0px;
|
|
370
|
+
border-radius: 5px;
|
|
371
|
+
color: #666;
|
|
372
|
+
background: #efefef;
|
|
373
|
+
box-shadow: inset 3px 3px 5px #bbbbbb,
|
|
374
|
+
inset -5px -5px 8px #ffffff;
|
|
375
|
+
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
376
|
+
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
377
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
378
|
+
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
379
|
+
font-weight: 900;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
sf-i-events::part(stream-month-not-selected) {
|
|
383
|
+
border-width: 0px;
|
|
384
|
+
border-radius: 5px;
|
|
385
|
+
color: #aaa;
|
|
386
|
+
background: #efefef;
|
|
387
|
+
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
388
|
+
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
389
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
390
|
+
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
sf-i-events::part(stream-event-list) {
|
|
394
|
+
border-width: 0px;
|
|
395
|
+
border-radius: 5px;
|
|
396
|
+
background: #efefef;
|
|
397
|
+
box-shadow: inset 3px 3px 5px #bbbbbb,
|
|
398
|
+
inset -5px -5px 8px #ffffff;
|
|
399
|
+
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
400
|
+
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
401
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
402
|
+
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
sf-i-uploader::part(button-icon),
|
|
407
|
+
sf-i-events::part(button-icon) {
|
|
408
|
+
|
|
409
|
+
border-width: 0px;
|
|
410
|
+
border-radius: 5px;
|
|
411
|
+
color: #666;
|
|
412
|
+
background: #efefef;
|
|
413
|
+
box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25), -1px -1px 10px 0 rgba(255, 255, 255, 0.6);
|
|
414
|
+
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
415
|
+
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
416
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
417
|
+
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
418
|
+
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
sf-i-events::part(button-icon-small) {
|
|
422
|
+
|
|
423
|
+
border-width: 0px;
|
|
424
|
+
border-radius: 5px;
|
|
425
|
+
color: #666;
|
|
426
|
+
background: #efefef;
|
|
427
|
+
box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25), -1px -1px 10px 0 rgba(255, 255, 255, 0.6);
|
|
428
|
+
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
429
|
+
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
430
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
431
|
+
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
432
|
+
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
sf-i-events::part(accordian-container) {
|
|
436
|
+
|
|
437
|
+
border-width: 0px;
|
|
438
|
+
border-radius: 5px;
|
|
439
|
+
box-shadow: inset 2px 2px 6px rgba(5, 5, 5, 0.2);
|
|
440
|
+
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
441
|
+
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
442
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
443
|
+
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
444
|
+
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
sf-i-events::part(badge) {
|
|
449
|
+
|
|
450
|
+
color: #666;
|
|
451
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
452
|
+
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
453
|
+
padding-left: 10px;
|
|
454
|
+
padding-right: 10px;
|
|
455
|
+
padding-top: 5px;
|
|
456
|
+
padding-bottom: 5px;
|
|
457
|
+
border-radius: 10px;
|
|
458
|
+
margin-top: -8px;
|
|
459
|
+
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
sf-i-events::part(title) {
|
|
463
|
+
|
|
464
|
+
font-weight: 400;
|
|
465
|
+
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
sf-i-events::part(month-title) {
|
|
469
|
+
|
|
470
|
+
color: #666;
|
|
471
|
+
font-weight: 600;
|
|
472
|
+
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
sf-i-events::part(event-calendar-day-today) {
|
|
476
|
+
|
|
477
|
+
background-color: #444;
|
|
478
|
+
color: white;
|
|
479
|
+
font-weight: 900;
|
|
480
|
+
border-radius: 5px;
|
|
481
|
+
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
sf-i-events::part(calendar-month) {
|
|
486
|
+
|
|
487
|
+
box-shadow: inset 2px 2px 6px rgba(5, 5, 5, 0.2);
|
|
488
|
+
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
sf-i-events::part(compliance-date-indicator-primary) {
|
|
492
|
+
background-color: #cd0078;
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
sf-i-events::part(compliance-calendar-day-with-compliance) {
|
|
496
|
+
box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25), -1px -1px 10px 0 rgba(255, 255, 255, 0.6);
|
|
497
|
+
border-radius: 5px;
|
|
498
|
+
padding-bottom: 3px;
|
|
499
|
+
color: black;
|
|
500
|
+
font-weight: 600;
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
sf-i-select::part(input-label),
|
|
504
|
+
sf-i-sub-select::part(input-label),
|
|
505
|
+
sf-i-events::part(input-label) {
|
|
506
|
+
color: #666;
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
sf-i-select::part(input-select),
|
|
510
|
+
sf-i-sub-select::part(input-select),
|
|
511
|
+
sf-i-events::part(input-select) {
|
|
512
|
+
|
|
513
|
+
border-width: 0px;
|
|
514
|
+
border-radius: 5px;
|
|
515
|
+
color: #666;
|
|
516
|
+
background: #efefef;
|
|
517
|
+
box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25), -1px -1px 10px 0 rgba(255, 255, 255, 0.6);
|
|
518
|
+
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
519
|
+
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
520
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
521
|
+
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
522
|
+
padding: 10px;
|
|
523
|
+
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
sf-i-select::part(input-select-multi),
|
|
527
|
+
sf-i-sub-select::part(input-select-multi) {
|
|
528
|
+
font-weight: 400;
|
|
529
|
+
border: none;
|
|
530
|
+
padding: 10px;
|
|
531
|
+
border-radius: 5px;
|
|
532
|
+
background: #efefef;
|
|
533
|
+
box-shadow: inset 2px 2px 6px rgba(5, 5, 5, 0.2);
|
|
534
|
+
border-top: solid 1px rgba(255, 255, 255, 0.8);
|
|
535
|
+
border-left: solid 1px rgba(255, 255, 255, 0.8);
|
|
536
|
+
border-bottom: solid 1px rgba(255, 255, 255, 0.8);
|
|
537
|
+
border-right: solid 1px rgba(255, 255, 255, 0.8);
|
|
538
|
+
transition: 0.3s;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
sf-i-uploader::part(input),
|
|
542
|
+
sf-i-events::part(input) {
|
|
543
|
+
font-weight: 400;
|
|
544
|
+
border: none;
|
|
545
|
+
padding: 10px;
|
|
546
|
+
border-radius: 5px;
|
|
547
|
+
background: #efefef;
|
|
548
|
+
box-shadow: inset 2px 2px 6px rgba(5, 5, 5, 0.2);
|
|
549
|
+
border-top: solid 1px rgba(255, 255, 255, 0.8);
|
|
550
|
+
border-left: solid 1px rgba(255, 255, 255, 0.8);
|
|
551
|
+
border-bottom: solid 1px rgba(255, 255, 255, 0.8);
|
|
552
|
+
border-right: solid 1px rgba(255, 255, 255, 0.8);
|
|
553
|
+
transition: 0.3s;
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
sf-i-events::part(input:focus) {
|
|
557
|
+
outline-color: #e8e8e8;
|
|
558
|
+
background: #e8e8e8;
|
|
559
|
+
box-shadow: inset 20px 20px 60px #c5c5c5,
|
|
560
|
+
inset -20px -20px 60px #ffffff;
|
|
561
|
+
transition: 0.3s;
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
sf-i-events::part(results-title) {
|
|
565
|
+
color: #444;
|
|
566
|
+
font-weight: 400;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
sf-i-events::part(td-action) {
|
|
572
|
+
color: #888;
|
|
573
|
+
font-weight: 400;
|
|
574
|
+
padding: 5px;
|
|
575
|
+
background-color: #efefef;
|
|
576
|
+
vertical-align: middle;
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
sf-i-uploader::part(button),
|
|
580
|
+
sf-i-events::part(button) {
|
|
581
|
+
color: #666;
|
|
582
|
+
background: #efefef;
|
|
583
|
+
box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25), -1px -1px 10px 0 rgba(255, 255, 255, 0.6);
|
|
584
|
+
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
585
|
+
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
586
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
587
|
+
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
588
|
+
padding-left: 10px;
|
|
589
|
+
padding-right: 10px;
|
|
590
|
+
padding-top: 5px;
|
|
591
|
+
padding-bottom: 5px;
|
|
592
|
+
border-radius: 5px;
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
sf-i-events::part(button-lg) {
|
|
598
|
+
color: #666;
|
|
599
|
+
background: #efefef;
|
|
600
|
+
box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25), -1px -1px 10px 0 rgba(255, 255, 255, 0.6);
|
|
601
|
+
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
602
|
+
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
603
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
604
|
+
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
605
|
+
padding-left: 10px;
|
|
606
|
+
padding-right: 10px;
|
|
607
|
+
padding-top: 10px;
|
|
608
|
+
padding-bottom: 10px;
|
|
609
|
+
border-radius: 5px;
|
|
610
|
+
font-size: 110%;
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
sf-i-events::part(reporting-reporting-date-label) {
|
|
614
|
+
color: #cd0078;
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
sf-i-events::part(button-lg):not(active) {
|
|
618
|
+
color: #666;
|
|
619
|
+
background: #bbbbbb;
|
|
620
|
+
box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25), -1px -1px 10px 0 rgba(255, 255, 255, 0.6);
|
|
621
|
+
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
|
622
|
+
border-left: solid 1px rgba(255, 255, 255, 0.3);
|
|
623
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
624
|
+
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
625
|
+
padding-left: 10px;
|
|
626
|
+
padding-right: 10px;
|
|
627
|
+
padding-top: 15px;
|
|
628
|
+
padding-bottom: 15px;
|
|
629
|
+
border-radius: 5px;
|
|
630
|
+
font-size: 95%;
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
sf-i-reporting::part(form-container) {
|
|
634
|
+
height: 60vh;
|
|
635
|
+
overflow-y: auto;
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
sf-i-events::part(event-status-past-due-date),
|
|
639
|
+
sf-i-events::part(event-status-pending-approval) {
|
|
640
|
+
|
|
641
|
+
margin-bottom: 3px;
|
|
642
|
+
border-left: solid 5px #f8ee24;
|
|
643
|
+
background-color: #fcfbe5;
|
|
644
|
+
border-top-right-radius: 5px;
|
|
645
|
+
border-bottom-right-radius: 5px;
|
|
646
|
+
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
sf-i-events::part(event-status-complied),
|
|
650
|
+
sf-i-events::part(event-status-approved) {
|
|
651
|
+
|
|
652
|
+
margin-bottom: 3px;
|
|
653
|
+
border-left: solid 5px #9bf468;
|
|
654
|
+
background-color: #f6fbf4;
|
|
655
|
+
border-top-right-radius: 5px;
|
|
656
|
+
border-bottom-right-radius: 5px;
|
|
657
|
+
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
sf-i-events::part(event-status-not-complied),
|
|
661
|
+
sf-i-events::part(event-status-rejected),
|
|
662
|
+
sf-i-events::part(event-status-late-approved) {
|
|
663
|
+
|
|
664
|
+
margin-bottom: 3px;
|
|
665
|
+
border-left: solid 5px #C80036;
|
|
666
|
+
background-color: #f9e6e6;
|
|
667
|
+
border-top-right-radius: 5px;
|
|
668
|
+
border-bottom-right-radius: 5px;
|
|
669
|
+
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
sf-i-events::part(event-status-partially-complied),
|
|
673
|
+
sf-i-events::part(event-status-late-reported) {
|
|
674
|
+
|
|
675
|
+
margin-bottom: 3px;
|
|
676
|
+
border-left: solid 5px #Ef9C66;
|
|
677
|
+
background-color: #f8ebe2;
|
|
678
|
+
border-top-right-radius: 5px;
|
|
679
|
+
border-bottom-right-radius: 5px;
|
|
680
|
+
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
sf-i-events::part(new-feature-text) {
|
|
684
|
+
font-weight: 400;
|
|
685
|
+
font-size: large;
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
sf-i-events::part(reporting-checklist-item) {
|
|
689
|
+
margin-left: 5px;
|
|
690
|
+
}
|
|
691
|
+
</style>
|
|
692
|
+
</head>
|
|
693
|
+
|
|
694
|
+
<body>
|
|
695
|
+
<!-- <sf-i-events projectid="a81b6ae1-98de-4b72-8cf0-9aaee5b61891" projectname="Khaitan" mode="onboarding" locations="{}" contractstartdate="01/01/2025" apiid="dwqyez2puoxmu.cloudfront.net/event" username="ninad.t@flagggrc.tech" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiidcompliances="dnytrdlrmxgsy.cloudfront.net/compliance" apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidusers="dnytrdlrmxgsy.cloudfront.net/userprofile" disablesignoff="yes" disableclientresponse="yes">
|
|
696
|
+
|
|
697
|
+
</sf-i-events> -->
|
|
698
|
+
<!-- <sf-i-events projectid="a81b6ae1-98de-4b72-8cf0-9aaee5b61891" projectname="Khaitan" mode="onboarding" locations="{}" contractstartdate="01/01/2025" apiid="dwqyez2puoxmu.cloudfront.net/event" username="ninad.t@flagggrc.tech" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiidcompliances="dnytrdlrmxgsy.cloudfront.net/compliance" apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidusers="dnytrdlrmxgsy.cloudfront.net/userprofile" disablesignoff="yes" disableclientresponse="yes">
|
|
699
|
+
|
|
700
|
+
</sf-i-events> -->
|
|
701
|
+
<!-- <sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer" apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition" apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat" apiidnotices="gghnbi7hku2qj5twrea6xxcaya0aqeis.lambda-url.us-east-1.on.aws" fill="solid" username="Precisionmed Reporter" userprofileid="fe5070fe-9982-4dcf-8458-f8d4f97c7b01" projectid="63d20443-b9cc-4a86-b39d-bf81c1c93ba5" projectname="PrecisionMed ABC" countryid="f443b70d-6609-42e0-b6a4-446bfa05d20a" myrole="reporter" showregisterexport="false" features="[]" eventfielddependencies="[{"type": "foreignkey", "parent": "country", "child": "state"},{"type": "foreignkey", "parent": "category", "child": "subcategory"},{"type": "foreignkey", "parent": "frequency", "child": "subfrequency"}]" 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"}]" eventpreviewfields="["obligation"]" eventhidefields="["comments","documents","lastupdated","approved","tags"]" calendarstartdd="01" calendarstartmm="04" calendarstartyyyy="2024">
|
|
702
|
+
|
|
703
|
+
<div slot="uploader">
|
|
704
|
+
<sf-i-uploader id="uploader" max="10" apiid="1peg5170d3" allowedextensions="["jpg","png","pdf","xls","xlsx","doc","docx"]" extract="yes" projectid="63d20443-b9cc-4a86-b39d-bf81c1c93ba5" maxsize="5242880" allowdownload="yes"></sf-i-uploader>
|
|
705
|
+
</div>
|
|
706
|
+
<div slot="reporting">
|
|
707
|
+
<sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting>
|
|
708
|
+
</div>
|
|
709
|
+
|
|
710
|
+
</sf-i-events> -->
|
|
711
|
+
<!-- <sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer" apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition" apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat" apiidnotices="gghnbi7hku2qj5twrea6xxcaya0aqeis.lambda-url.us-east-1.on.aws" fill="solid" username="Precisionmed Functionhead" userprofileid="8b73b571-f993-49cf-96e1-bf84f628f26f" projectid="63d20443-b9cc-4a86-b39d-bf81c1c93ba5" projectname="PrecisionMed ABC" countryid="f443b70d-6609-42e0-b6a4-446bfa05d20a" myrole="viewer" showregisterexport="false" features="[]" eventfielddependencies="[{"type": "foreignkey", "parent": "country", "child": "state"},{"type": "foreignkey", "parent": "category", "child": "subcategory"},{"type": "foreignkey", "parent": "frequency", "child": "subfrequency"}]" 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"}]" eventpreviewfields="["obligation"]" eventhidefields="["comments","documents","lastupdated","approved","tags"]" calendarstartdd="01" calendarstartmm="04" calendarstartyyyy="2024">
|
|
712
|
+
|
|
713
|
+
<div slot="uploader">
|
|
714
|
+
<sf-i-uploader id="uploader" max="10" apiid="1peg5170d3" allowedextensions="["jpg","png","pdf","xls","xlsx","doc","docx"]" extract="yes" projectid="63d20443-b9cc-4a86-b39d-bf81c1c93ba5" maxsize="5242880" allowdownload="yes"></sf-i-uploader>
|
|
715
|
+
</div>
|
|
716
|
+
<div slot="reporting">
|
|
717
|
+
<sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting>
|
|
718
|
+
</div>
|
|
719
|
+
|
|
720
|
+
</sf-i-events> -->
|
|
721
|
+
<!-- <sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer" apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition" apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat" apiidnotices="gghnbi7hku2qj5twrea6xxcaya0aqeis.lambda-url.us-east-1.on.aws" fill="solid" username="Auditor J1" userprofileid="bda0d59b-058b-4098-b0fc-54aa54aa5998" projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" projectname="ABC Global" countryid="07d73b44-648d-4301-82c4-d6df43397824" myrole="auditor" showregisterexport="false" features="["notices"]" eventfielddependencies="[{"type": "foreignkey", "parent": "country", "child": "state"},{"type": "foreignkey", "parent": "category", "child": "subcategory"},{"type": "foreignkey", "parent": "frequency", "child": "subfrequency"}]" 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"}]" eventpreviewfields="["obligation"]" eventhidefields="["comments","documents","lastupdated","approved","tags"]" calendarstartdd="01" calendarstartmm="04" calendarstartyyyy="2025">
|
|
722
|
+
|
|
723
|
+
<div slot="uploader">
|
|
724
|
+
<sf-i-uploader id="uploader" max="10" apiid="1peg5170d3" allowedextensions="["jpg","png","pdf","xls","xlsx","doc","docx"]" extract="yes" projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" maxsize="5242880" allowdownload="yes"></sf-i-uploader>
|
|
725
|
+
</div>
|
|
726
|
+
<div slot="reporting">
|
|
727
|
+
<sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting>
|
|
728
|
+
</div>
|
|
729
|
+
|
|
730
|
+
</sf-i-events> -->
|
|
731
|
+
<!-- <sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer" apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition" apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat" apiidnotices="gghnbi7hku2qj5twrea6xxcaya0aqeis.lambda-url.us-east-1.on.aws" fill="solid" username="Chief Compliance Officer" userprofileid="5fe96caa-1a44-4a2d-921a-920d29433eca" projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" projectname="ABC Global" countryid="07d73b44-648d-4301-82c4-d6df43397824" myrole="functionhead" showregisterexport="false" features="["notices"]" eventfielddependencies="[{"type": "foreignkey", "parent": "country", "child": "state"},{"type": "foreignkey", "parent": "category", "child": "subcategory"},{"type": "foreignkey", "parent": "frequency", "child": "subfrequency"}]" 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"}]" eventpreviewfields="["obligation"]" eventhidefields="["comments","documents","lastupdated","approved","tags"]" calendarstartdd="01" calendarstartmm="04" calendarstartyyyy="2025">
|
|
732
|
+
|
|
733
|
+
<div slot="uploader">
|
|
734
|
+
<sf-i-uploader id="uploader" max="10" apiid="1peg5170d3" allowedextensions="["jpg","png","pdf","xls","xlsx","doc","docx"]" extract="yes" projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" maxsize="5242880" allowdownload="yes"></sf-i-uploader>
|
|
735
|
+
</div>
|
|
736
|
+
<div slot="reporting">
|
|
737
|
+
<sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting>
|
|
738
|
+
</div>
|
|
739
|
+
|
|
740
|
+
</sf-i-events> -->
|
|
741
|
+
<!-- <sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer"
|
|
742
|
+
apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute"
|
|
743
|
+
apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition"
|
|
744
|
+
apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat"
|
|
745
|
+
apiidnotices="gghnbi7hku2qj5twrea6xxcaya0aqeis.lambda-url.us-east-1.on.aws"
|
|
746
|
+
apiidagreements="swago3unro2te55ikvjuqwcrr40wluqh.lambda-url.us-east-1.on.aws"
|
|
747
|
+
apiidlicenses="lbtsbsctcdsyah4qdszkv4rctq0tnvel.lambda-url.us-east-1.on.aws" fill="solid"
|
|
748
|
+
username="Local Reporter 1" userprofileid="e9684b5d-ddbc-46d3-ae07-51706bf75410"
|
|
749
|
+
projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" projectname="ABC Global"
|
|
750
|
+
countryid="07d73b44-648d-4301-82c4-d6df43397824" myrole="reporter" showregisterexport="false"
|
|
751
|
+
features="["notices","contracts","licenses"]"
|
|
752
|
+
eventfielddependencies="[{"type": "foreignkey", "parent": "country", "child": "state"},{"type": "foreignkey", "parent": "category", "child": "subcategory"},{"type": "foreignkey", "parent": "frequency", "child": "subfrequency"}]"
|
|
753
|
+
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"}]"
|
|
754
|
+
eventpreviewfields="["obligation"]"
|
|
755
|
+
eventhidefields="["comments","documents","lastupdated","approved","tags"]"
|
|
756
|
+
calendarstartdd="01" calendarstartmm="04" calendarstartyyyy="2025">
|
|
757
|
+
|
|
758
|
+
<div slot="uploader">
|
|
759
|
+
<sf-i-uploader id="uploader" max="10" apiid="1peg5170d3"
|
|
760
|
+
allowedextensions="["jpg","png","pdf","xls","xlsx","doc","docx"]"
|
|
761
|
+
extract="yes" projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" maxsize="31457280"
|
|
762
|
+
allowdownload="yes"></sf-i-uploader>
|
|
763
|
+
</div>
|
|
764
|
+
<div slot="reporting">
|
|
765
|
+
<sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting>
|
|
766
|
+
</div>
|
|
767
|
+
|
|
768
|
+
</sf-i-events> -->
|
|
769
|
+
<!-- <sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer"
|
|
770
|
+
apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute"
|
|
771
|
+
apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition"
|
|
772
|
+
apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat"
|
|
773
|
+
apiidnotices="gghnbi7hku2qj5twrea6xxcaya0aqeis.lambda-url.us-east-1.on.aws"
|
|
774
|
+
apiidagreements="swago3unro2te55ikvjuqwcrr40wluqh.lambda-url.us-east-1.on.aws" fill="solid"
|
|
775
|
+
username="Local Approver 1" userprofileid="c44dcd04-aebb-4417-ba6b-fac170efd5d0"
|
|
776
|
+
projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" projectname="ABC Global"
|
|
777
|
+
countryid="07d73b44-648d-4301-82c4-d6df43397824" myrole="approver" showregisterexport="false"
|
|
778
|
+
features="["notices","contracts"]"
|
|
779
|
+
eventfielddependencies="[{"type": "foreignkey", "parent": "country", "child": "state"},{"type": "foreignkey", "parent": "category", "child": "subcategory"},{"type": "foreignkey", "parent": "frequency", "child": "subfrequency"}]"
|
|
780
|
+
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"}]"
|
|
781
|
+
eventpreviewfields="["obligation"]"
|
|
782
|
+
eventhidefields="["comments","documents","lastupdated","approved","tags"]"
|
|
783
|
+
calendarstartdd="01" calendarstartmm="04" calendarstartyyyy="2025">
|
|
784
|
+
|
|
785
|
+
<div slot="uploader">
|
|
786
|
+
<sf-i-uploader id="uploader" max="10" apiid="1peg5170d3"
|
|
787
|
+
allowedextensions="["jpg","png","pdf","xls","xlsx","doc","docx"]"
|
|
788
|
+
extract="yes" projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" maxsize="31457280"
|
|
789
|
+
allowdownload="yes"></sf-i-uploader>
|
|
790
|
+
</div>
|
|
791
|
+
<div slot="reporting">
|
|
792
|
+
<sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting>
|
|
793
|
+
</div>
|
|
794
|
+
|
|
795
|
+
</sf-i-events> -->
|
|
796
|
+
<!-- <sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer" apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition" apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat" apiidnotices="gghnbi7hku2qj5twrea6xxcaya0aqeis.lambda-url.us-east-1.on.aws" fill="solid" username="Viewer J1" userprofileid="344c84d2-5976-47ff-949b-49f6fa9627eb" projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" projectname="ABC Global" countryid="07d73b44-648d-4301-82c4-d6df43397824" myrole="viewer" showregisterexport="false" features="["notices"]" eventfielddependencies="[{"type": "foreignkey", "parent": "country", "child": "state"},{"type": "foreignkey", "parent": "category", "child": "subcategory"},{"type": "foreignkey", "parent": "frequency", "child": "subfrequency"}]" 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"}]" eventpreviewfields="["obligation"]" eventhidefields="["comments","documents","lastupdated","approved","tags"]" calendarstartdd="01" calendarstartmm="04" calendarstartyyyy="2025">
|
|
797
|
+
|
|
798
|
+
<div slot="uploader">
|
|
799
|
+
<sf-i-uploader id="uploader" max="10" apiid="1peg5170d3" allowedextensions="["jpg","png","pdf","xls","xlsx","doc","docx"]" extract="yes" projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" maxsize="5242880" allowdownload="yes"></sf-i-uploader>
|
|
800
|
+
</div>
|
|
801
|
+
<div slot="reporting">
|
|
802
|
+
<sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting>
|
|
803
|
+
</div>
|
|
804
|
+
|
|
805
|
+
</sf-i-events> -->
|
|
806
|
+
<sf-i-events projectid="f0f17ddb-546a-45f5-8a94-a5689fde8e64" projectname="Signode" mode="onboarding" locations="{"India":{"Telangana":["Corporate Office","Telangana Plant"],"Karnataka":["Prime","Stopak","Wintek","Tools","Conversion"],"Gujarat":["Dahej"],"Dadra and Nagar Haveli and Daman and Diu":["Silvassa"],"Uttarakhand":["Uttarakhand"],"Maharashtra":["Pune"],"Andhra Pradesh":["AP"],"Chhattisgarh":["Chhattisgarh"],"Goa":["Goa"],"Himachal Pradesh":["HP"],"Haryana":["Haryana"],"Jharkhand":["Jharkhand"],"Madhya Pradesh":["MP"],"Odisha":["Odisha"],"Punjab":["Punjab"],"Tamil Nadu":["TN"],"Uttar Pradesh":["UP"],"West Bengal":["WB"]}}" contractstartdate="01/04/2024" apiid="dwqyez2puoxmu.cloudfront.net/event" username="ninad.t@flagggrc.tech" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiidcompliances="dnytrdlrmxgsy.cloudfront.net/compliance" apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidusers="dnytrdlrmxgsy.cloudfront.net/userprofile" disablesignoff="yes" disableclientresponse="yes">
|
|
807
|
+
</sf-i-events>
|
|
808
|
+
<!-- <sf-i-events id="sf-i-events-next" name="Next Compliances" apiid="dwqyez2puoxmu.cloudfront.net/event" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiidcompliances="dnytrdlrmxgsy.cloudfront.net/compliance" apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat" apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition" mode="next" fill="solid" username="Sachin Bhat" userprofileid="347e23a2-5ff8-4d3a-b1ab-639faf342f25" projectid="f0f17ddb-546a-45f5-8a94-a5689fde8e64" projectname="Signode" myroles="["reporter"]" eventpreviewfields="["obligation"]" eventhidefields="["comments","documents","lastupdated","approved","tags"]" blocksize="10" calendarstartdd="01" calendarstartmm="04" calendarstartyyyy="2024"><div slot="uploader"><sf-i-uploader id="uploader" max="10" apiid="1peg5170d3" allowedextensions="["jpg","png","pdf","xls","xlsx","doc","docx"]" extract="yes" projectid="f0f17ddb-546a-45f5-8a94-a5689fde8e64" maxsize="5242880" allowdownload="yes"></sf-i-uploader></div><div slot="reporting"><sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting></div></sf-i-events> -->
|
|
809
|
+
<!-- <sf-i-events id="sf-i-events-next" name="Next Compliances" apiid="dwqyez2puoxmu.cloudfront.net/event" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiidcompliances="dnytrdlrmxgsy.cloudfront.net/compliance" apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat" apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition" mode="next" fill="solid" username="Local Reporter 1" userprofileid="e9684b5d-ddbc-46d3-ae07-51706bf75410" projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" projectname="ABC Global" myroles="["reporter"]" eventpreviewfields="["obligation"]" eventhidefields="["comments","documents","lastupdated","approved","tags"]" blocksize="10" calendarstartdd="01" calendarstartmm="04" calendarstartyyyy="2024"><div slot="uploader"><sf-i-uploader id="uploader" max="10" apiid="1peg5170d3" allowedextensions="["jpg","png","pdf","xls","xlsx","doc","docx"]" extract="yes" projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" maxsize="5242880" allowdownload="yes"></sf-i-uploader></div><div slot="reporting"><sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting></div></sf-i-events> -->
|
|
810
|
+
<!-- <sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer" apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition" apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat" apiidnotices="gghnbi7hku2qj5twrea6xxcaya0aqeis.lambda-url.us-east-1.on.aws" fill="solid" username="Ankur Singhal" userprofileid="010834e8-108e-4a87-b58d-f5b429f184be" projectid="f0f17ddb-546a-45f5-8a94-a5689fde8e64" projectname="Signode" countryid="4ab8901c-4407-4c4d-a2c7-df1a690aa0a3" myrole="viewer" showregisterexport="false" features="[]" eventfielddependencies="[{"type": "foreignkey", "parent": "country", "child": "state"},{"type": "foreignkey", "parent": "category", "child": "subcategory"},{"type": "foreignkey", "parent": "frequency", "child": "subfrequency"}]" 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"}]" eventpreviewfields="["obligation"]" eventhidefields="["comments","documents","lastupdated","approved","tags"]" calendarstartdd="01" calendarstartmm="04" calendarstartyyyy="2025">
|
|
811
|
+
|
|
812
|
+
<div slot="uploader">
|
|
813
|
+
<sf-i-uploader id="uploader" max="10" apiid="1peg5170d3" allowedextensions="["jpg","png","pdf","xls","xlsx","doc","docx"]" extract="yes" projectid="f0f17ddb-546a-45f5-8a94-a5689fde8e64" maxsize="5242880" allowdownload="yes"></sf-i-uploader>
|
|
814
|
+
</div>
|
|
815
|
+
<div slot="reporting">
|
|
816
|
+
<sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting>
|
|
817
|
+
</div>
|
|
818
|
+
|
|
819
|
+
</sf-i-events> -->
|
|
820
|
+
<!-- <sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer" apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition" apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat" apiidnotices="gghnbi7hku2qj5twrea6xxcaya0aqeis.lambda-url.us-east-1.on.aws" fill="pattern" username="Dipti" userprofileid="d888568d-0599-46f9-9d73-55ea76345db1" projectid="c7d18a84-c2df-4dc2-b75f-5820549f5e5c" projectname="Chitale" countryid="4252b692-e47c-4244-9500-0bea51150031" enabledeletelatestreport="true" features="[]" eventfielddependencies="[{"type": "foreignkey", "parent": "country", "child": "state"},{"type": "foreignkey", "parent": "category", "child": "subcategory"},{"type": "foreignkey", "parent": "frequency", "child": "subfrequency"}]" 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"}]" eventpreviewfields="["obligationtitle"]" eventhidefields="["comments","documents","lastupdated","approved","tags"]" calendarstartdd="01" calendarstartmm="04" calendarstartyyyy="2024">
|
|
821
|
+
|
|
822
|
+
<div slot="uploader">
|
|
823
|
+
<sf-i-uploader id="uploader" max="10" apiid="1peg5170d3" allowedextensions="["jpg","png","pdf","xls","xlsx","doc","docx"]" extract="yes" projectid="c7d18a84-c2df-4dc2-b75f-5820549f5e5c" maxsize="5242880" allowdownload="yes"></sf-i-uploader>
|
|
824
|
+
</div>
|
|
825
|
+
<div slot="reporting">
|
|
826
|
+
<sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting>
|
|
827
|
+
</div>
|
|
828
|
+
|
|
829
|
+
</sf-i-events> -->
|
|
830
|
+
<!-- <sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer" apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition" apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat" apiidnotices="gghnbi7hku2qj5twrea6xxcaya0aqeis.lambda-url.us-east-1.on.aws" fill="solid" username="Local Reporter 1" userprofileid="e9684b5d-ddbc-46d3-ae07-51706bf75410" projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" projectname="ABC Global" countryid="07d73b44-648d-4301-82c4-d6df43397824" myrole="reporter" showregisterexport="false" features="["notices"]" eventfielddependencies="[{"type": "foreignkey", "parent": "country", "child": "state"},{"type": "foreignkey", "parent": "category", "child": "subcategory"},{"type": "foreignkey", "parent": "frequency", "child": "subfrequency"}]" 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"}]" eventpreviewfields="["obligation"]" eventhidefields="["comments","documents","lastupdated","approved","tags"]" calendarstartdd="01" calendarstartmm="04" calendarstartyyyy="2025">
|
|
831
|
+
|
|
832
|
+
<div slot="uploader">
|
|
833
|
+
<sf-i-uploader id="uploader" max="10" apiid="1peg5170d3" allowedextensions="["jpg","png","pdf","xls","xlsx","doc","docx"]" extract="yes" projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" maxsize="5242880" allowdownload="yes"></sf-i-uploader>
|
|
834
|
+
</div>
|
|
835
|
+
<div slot="reporting">
|
|
836
|
+
<sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting>
|
|
837
|
+
</div>
|
|
838
|
+
|
|
839
|
+
</sf-i-events> -->
|
|
840
|
+
<!-- <sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer" apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition" apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat" apiidnotices="gghnbi7hku2qj5twrea6xxcaya0aqeis.lambda-url.us-east-1.on.aws" fill="pattern" username="Humayu Shaikh" userprofileid="115e99a2-4b5b-4b76-846e-24133dac5ccd" projectid="5a05b884-d7ed-4f63-b623-4d305ea2cfd6" projectname="Standard Radiators Private Limited" countryid="17f9c73b-886d-40d7-b8f2-2ace42763d47" enabledeletelatestreport="true" features="[]" eventfielddependencies="[{"type": "foreignkey", "parent": "country", "child": "state"},{"type": "foreignkey", "parent": "category", "child": "subcategory"},{"type": "foreignkey", "parent": "frequency", "child": "subfrequency"}]" 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"}]" eventpreviewfields="["obligationtitle"]" eventhidefields="["comments","documents","lastupdated","approved","tags"]" calendarstartdd="01" calendarstartmm="04" calendarstartyyyy="2025">
|
|
841
|
+
|
|
842
|
+
<div slot="uploader">
|
|
843
|
+
<sf-i-uploader id="uploader" max="10" apiid="1peg5170d3" allowedextensions="["jpg","png","pdf","xls","xlsx","doc","docx"]" extract="yes" projectid="5a05b884-d7ed-4f63-b623-4d305ea2cfd6" maxsize="5242880" allowdownload="yes"></sf-i-uploader>
|
|
844
|
+
</div>
|
|
845
|
+
<div slot="reporting">
|
|
846
|
+
<sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting>
|
|
847
|
+
</div>
|
|
848
|
+
|
|
849
|
+
</sf-i-events> -->
|
|
850
|
+
<!-- <sf-i-events projectid="5a05b884-d7ed-4f63-b623-4d305ea2cfd6" projectname="Standard Radiators Private Limited" mode="onboarding" locations="{"India":{"Punjab":["Punjab Warehouse"],"Gujarat":["RO & Unit I","Unit II"]}}" contractstartdate="01/03/2025" apiid="dwqyez2puoxmu.cloudfront.net/event" username="ninad.t@flagggrc.tech" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiidcompliances="dnytrdlrmxgsy.cloudfront.net/compliance" apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidusers="dnytrdlrmxgsy.cloudfront.net/userprofile" disablesignoff="yes" disableclientresponse="yes">
|
|
851
|
+
|
|
852
|
+
</sf-i-events> -->
|
|
853
|
+
<!-- <sf-i-events projectid="d7d4d17e-3e20-4eaa-a06a-fb1c87f26532" projectname="FlaggGRC Global" mode="onboarding" locations="{"India":{"Maharashtra":["Pune"]}}" contractstartdate="01/01/2025" apiid="dwqyez2puoxmu.cloudfront.net/event" username="ninad.t@flagggrc.tech" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiidcompliances="dnytrdlrmxgsy.cloudfront.net/compliance" apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidusers="dnytrdlrmxgsy.cloudfront.net/userprofile" disablesignoff="yes" disableclientresponse="yes">
|
|
854
|
+
|
|
855
|
+
</sf-i-events> -->
|
|
856
|
+
<!-- <sf-i-events projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" projectname="ABC Global" mode="onboarding"
|
|
857
|
+
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"]}}"
|
|
858
|
+
contractstartdate="1/4/2024" apiid="dwqyez2puoxmu.cloudfront.net/event" username="ninad.t@flagggrc.tech"
|
|
859
|
+
apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiidcompliances="dnytrdlrmxgsy.cloudfront.net/compliance"
|
|
860
|
+
apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidusers="dnytrdlrmxgsy.cloudfront.net/userprofile"
|
|
861
|
+
disablesignoff="yes" disableclientresponse="yes">
|
|
862
|
+
|
|
863
|
+
</sf-i-events> -->
|
|
864
|
+
<script>
|
|
865
|
+
|
|
866
|
+
function setCookie(name, value, days) {
|
|
867
|
+
var expires = "";
|
|
868
|
+
if (days) {
|
|
869
|
+
var date = new Date();
|
|
870
|
+
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
|
871
|
+
expires = "; expires=" + date.toUTCString();
|
|
872
|
+
}
|
|
873
|
+
document.cookie = name + "=" + (value || "") + expires + "; path=/";
|
|
874
|
+
}
|
|
875
|
+
function getCookie(name) {
|
|
876
|
+
var nameEQ = name + "=";
|
|
877
|
+
var ca = document.cookie.split(';');
|
|
878
|
+
for (var i = 0; i < ca.length; i++) {
|
|
879
|
+
var c = ca[i];
|
|
880
|
+
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
|
881
|
+
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
|
882
|
+
}
|
|
883
|
+
return null;
|
|
884
|
+
}
|
|
885
|
+
function eraseCookie(name) {
|
|
886
|
+
document.cookie = name + '=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;';
|
|
887
|
+
}
|
|
888
|
+
|
|
889
|
+
let _sfIEvents = document.querySelector('sf-i-events');
|
|
890
|
+
_sfIEvents.addEventListener('tokenExpired', function (e) {
|
|
891
|
+
console.log('sf-i-events-token-expired', e.detail);
|
|
892
|
+
});
|
|
893
|
+
|
|
894
|
+
// setCookie('admin', 'false', 10);
|
|
895
|
+
// setCookie('accessToken', 'lswr0qwuyso6z6c1vu', 10);
|
|
896
|
+
// setCookie('email', 'hrushi.mehendale@gmail.com', 10);
|
|
897
|
+
|
|
898
|
+
|
|
899
|
+
</script>
|
|
900
|
+
|
|
901
|
+
</body>
|
|
902
|
+
|
|
903
903
|
</html>
|