sf-i-events 1.0.915 → 1.0.916
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 +9 -0
- package/src/sf-i-events.ts +6 -0
package/dev/index.html
CHANGED
|
@@ -829,7 +829,21 @@
|
|
|
829
829
|
disablesignoff="yes" disableclientresponse="yes">
|
|
830
830
|
|
|
831
831
|
</sf-i-events> -->
|
|
832
|
-
<sf-i-events name="
|
|
832
|
+
<sf-i-events id="sf-i-events-next" name="Next Compliances" apiid="dwqyez2puoxmu.cloudfront.net/event"
|
|
833
|
+
apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiidcompliances="dnytrdlrmxgsy.cloudfront.net/compliance"
|
|
834
|
+
apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat"
|
|
835
|
+
apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition" mode="next" fill="solid" username="Local Reporter 1"
|
|
836
|
+
userprofileid="e9684b5d-ddbc-46d3-ae07-51706bf75410" projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710"
|
|
837
|
+
projectname="ABC Global" myroles="["reporter"]" eventpreviewfields="["obligation"]"
|
|
838
|
+
eventhidefields="["comments","documents","lastupdated","approved","tags"]"
|
|
839
|
+
blocksize="10" calendarstartdd="01" calendarstartmm="04" calendarstartyyyy="2025">
|
|
840
|
+
<div slot="uploader"><sf-i-uploader id="uploader" max="10" apiid="1peg5170d3"
|
|
841
|
+
allowedextensions="["jpg","jpeg","png","pdf","xls","xlsx","doc","docx"]"
|
|
842
|
+
extract="yes" projectid="41ab3c86-ccc0-4c0e-8e31-cd079a07a710" maxsize="31457280"
|
|
843
|
+
allowdownload="yes"></sf-i-uploader></div>
|
|
844
|
+
<div slot="reporting"><sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting></div>
|
|
845
|
+
</sf-i-events>
|
|
846
|
+
<!-- <sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer"
|
|
833
847
|
apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute"
|
|
834
848
|
apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition"
|
|
835
849
|
apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat"
|
|
@@ -858,7 +872,7 @@
|
|
|
858
872
|
<sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting>
|
|
859
873
|
</div>
|
|
860
874
|
|
|
861
|
-
</sf-i-events>
|
|
875
|
+
</sf-i-events> -->
|
|
862
876
|
<!-- <sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer"
|
|
863
877
|
apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute"
|
|
864
878
|
apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition"
|
package/package.json
CHANGED
package/sf-i-events.js
CHANGED
|
@@ -4217,6 +4217,9 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
4217
4217
|
}
|
|
4218
4218
|
}
|
|
4219
4219
|
}
|
|
4220
|
+
else {
|
|
4221
|
+
flag = true;
|
|
4222
|
+
}
|
|
4220
4223
|
if (flag === false) {
|
|
4221
4224
|
await this.sleep(1000);
|
|
4222
4225
|
console.log('waiting for docs', docs);
|
|
@@ -10656,6 +10659,9 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
10656
10659
|
}
|
|
10657
10660
|
}
|
|
10658
10661
|
}
|
|
10662
|
+
else {
|
|
10663
|
+
flag = true;
|
|
10664
|
+
}
|
|
10659
10665
|
if (flag === false) {
|
|
10660
10666
|
await this.sleep(1000);
|
|
10661
10667
|
console.log('waiting for docs', docs);
|
|
@@ -14329,6 +14335,9 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
14329
14335
|
}
|
|
14330
14336
|
}
|
|
14331
14337
|
}
|
|
14338
|
+
else {
|
|
14339
|
+
flag = true;
|
|
14340
|
+
}
|
|
14332
14341
|
if (flag === false) {
|
|
14333
14342
|
await this.sleep(1000);
|
|
14334
14343
|
console.log('waiting for docs', docs);
|
package/src/sf-i-events.ts
CHANGED
|
@@ -6593,6 +6593,8 @@ export class SfIEvents extends LitElement {
|
|
|
6593
6593
|
flag = true;
|
|
6594
6594
|
}
|
|
6595
6595
|
}
|
|
6596
|
+
}else{
|
|
6597
|
+
flag = true;
|
|
6596
6598
|
}
|
|
6597
6599
|
if (flag === false) {
|
|
6598
6600
|
await this.sleep(1000);
|
|
@@ -14256,6 +14258,8 @@ export class SfIEvents extends LitElement {
|
|
|
14256
14258
|
flag = true;
|
|
14257
14259
|
}
|
|
14258
14260
|
}
|
|
14261
|
+
}else{
|
|
14262
|
+
flag = true;
|
|
14259
14263
|
}
|
|
14260
14264
|
if (flag === false) {
|
|
14261
14265
|
await this.sleep(1000);
|
|
@@ -18434,6 +18438,8 @@ export class SfIEvents extends LitElement {
|
|
|
18434
18438
|
flag = true;
|
|
18435
18439
|
}
|
|
18436
18440
|
}
|
|
18441
|
+
}else{
|
|
18442
|
+
flag = true;
|
|
18437
18443
|
}
|
|
18438
18444
|
if (flag === false) {
|
|
18439
18445
|
await this.sleep(1000);
|