sf-i-events 1.0.960 → 1.0.962
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dev/index.html +16 -2
- package/package.json +1 -1
- package/sf-i-events.js +8 -3
- package/src/sf-i-events.ts +7 -3
package/dev/index.html
CHANGED
|
@@ -850,7 +850,21 @@
|
|
|
850
850
|
</div>
|
|
851
851
|
|
|
852
852
|
</sf-i-events> -->
|
|
853
|
-
<sf-i-events name="
|
|
853
|
+
<sf-i-events id="sf-i-events-next" name="Next Compliances" apiid="dwqyez2puoxmu.cloudfront.net/event"
|
|
854
|
+
apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiidcompliances="dnytrdlrmxgsy.cloudfront.net/compliance"
|
|
855
|
+
apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat"
|
|
856
|
+
apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition" mode="next" fill="solid" username="Local Reporter 1"
|
|
857
|
+
userprofileid="e9684b5d-ddbc-46d3-ae07-51706bf75410" projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710"
|
|
858
|
+
projectname="ABC Global" myroles="["reporter"]" eventpreviewfields="["obligation"]"
|
|
859
|
+
eventhidefields="["comments","documents","lastupdated","approved","tags"]"
|
|
860
|
+
blocksize="10" calendarstartdd="01" calendarstartmm="04" calendarstartyyyy="2025">
|
|
861
|
+
<div slot="uploader"><sf-i-uploader id="uploader" max="10" apiid="1peg5170d3"
|
|
862
|
+
allowedextensions="["jpg","jpeg","png","pdf","xls","xlsx","doc","docx","zip"]"
|
|
863
|
+
extract="yes" projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" maxsize="31457280"
|
|
864
|
+
allowdownload="yes"></sf-i-uploader></div>
|
|
865
|
+
<div slot="reporting"><sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting></div>
|
|
866
|
+
</sf-i-events>
|
|
867
|
+
<!-- <sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer"
|
|
854
868
|
apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute"
|
|
855
869
|
apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition"
|
|
856
870
|
apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat"
|
|
@@ -879,7 +893,7 @@
|
|
|
879
893
|
<sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting>
|
|
880
894
|
</div>
|
|
881
895
|
|
|
882
|
-
</sf-i-events>
|
|
896
|
+
</sf-i-events> -->
|
|
883
897
|
<!-- <sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer"
|
|
884
898
|
apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute"
|
|
885
899
|
apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition"
|
package/package.json
CHANGED
package/sf-i-events.js
CHANGED
|
@@ -154,6 +154,7 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
154
154
|
padding-right: 20px;
|
|
155
155
|
border-radius: 10px;
|
|
156
156
|
position: relative;
|
|
157
|
+
z-index: 1;
|
|
157
158
|
}
|
|
158
159
|
.certificate-section h1 {
|
|
159
160
|
font-family: Belanosima;
|
|
@@ -281,13 +282,16 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
281
282
|
background-image: url(https://flagggrc-images.s3.amazonaws.com/logo.png);
|
|
282
283
|
background-position: center;
|
|
283
284
|
background-repeat: repeat;
|
|
284
|
-
background-size:
|
|
285
|
-
|
|
285
|
+
background-size: 200px 53.58px;
|
|
286
|
+
transform: translateZ(0);
|
|
287
|
+
image-rendering: pixelated;
|
|
288
|
+
opacity: 0.05;
|
|
286
289
|
left: 0;
|
|
287
290
|
right: 0;
|
|
288
291
|
top: 0;
|
|
289
292
|
bottom: 0;
|
|
290
293
|
position: absolute;
|
|
294
|
+
z-inidex: 0;
|
|
291
295
|
}
|
|
292
296
|
</style>
|
|
293
297
|
</head>
|
|
@@ -1170,7 +1174,8 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
1170
1174
|
};
|
|
1171
1175
|
this.eventFields = null;
|
|
1172
1176
|
this.getEventFields = () => {
|
|
1173
|
-
|
|
1177
|
+
var _a;
|
|
1178
|
+
return JSON.parse((_a = this.eventFields) !== null && _a !== void 0 ? _a : "[]");
|
|
1174
1179
|
};
|
|
1175
1180
|
this.eventFieldDependencies = null;
|
|
1176
1181
|
this.getEventFieldDependencies = () => {
|
package/src/sf-i-events.ts
CHANGED
|
@@ -157,6 +157,7 @@ export class SfIEvents extends LitElement {
|
|
|
157
157
|
padding-right: 20px;
|
|
158
158
|
border-radius: 10px;
|
|
159
159
|
position: relative;
|
|
160
|
+
z-index: 1;
|
|
160
161
|
}
|
|
161
162
|
.certificate-section h1 {
|
|
162
163
|
font-family: Belanosima;
|
|
@@ -284,13 +285,16 @@ export class SfIEvents extends LitElement {
|
|
|
284
285
|
background-image: url(https://flagggrc-images.s3.amazonaws.com/logo.png);
|
|
285
286
|
background-position: center;
|
|
286
287
|
background-repeat: repeat;
|
|
287
|
-
background-size:
|
|
288
|
-
|
|
288
|
+
background-size: 200px 53.58px;
|
|
289
|
+
transform: translateZ(0);
|
|
290
|
+
image-rendering: pixelated;
|
|
291
|
+
opacity: 0.05;
|
|
289
292
|
left: 0;
|
|
290
293
|
right: 0;
|
|
291
294
|
top: 0;
|
|
292
295
|
bottom: 0;
|
|
293
296
|
position: absolute;
|
|
297
|
+
z-inidex: 0;
|
|
294
298
|
}
|
|
295
299
|
</style>
|
|
296
300
|
</head>
|
|
@@ -1443,7 +1447,7 @@ export class SfIEvents extends LitElement {
|
|
|
1443
1447
|
eventFields: any = null;
|
|
1444
1448
|
|
|
1445
1449
|
getEventFields = () => {
|
|
1446
|
-
return JSON.parse(this.eventFields);
|
|
1450
|
+
return JSON.parse(this.eventFields ?? "[]");
|
|
1447
1451
|
}
|
|
1448
1452
|
|
|
1449
1453
|
@property()
|