sf-i-events 1.0.952 → 1.0.953
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 +4 -4
- package/package.json +1 -1
- package/sf-i-events.js +1 -1
- package/src/sf-i-events.ts +1 -1
package/dev/index.html
CHANGED
|
@@ -941,7 +941,7 @@
|
|
|
941
941
|
</div>
|
|
942
942
|
|
|
943
943
|
</sf-i-events> -->
|
|
944
|
-
<sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer"
|
|
944
|
+
<!-- <sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer"
|
|
945
945
|
apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute"
|
|
946
946
|
apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition"
|
|
947
947
|
apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat"
|
|
@@ -970,7 +970,7 @@
|
|
|
970
970
|
<sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting>
|
|
971
971
|
</div>
|
|
972
972
|
|
|
973
|
-
</sf-i-events>
|
|
973
|
+
</sf-i-events> -->
|
|
974
974
|
<!-- <sf-i-events id="sf-i-events-next" name="Next Compliances" apiid="dwqyez2puoxmu.cloudfront.net/event"
|
|
975
975
|
apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute" apiidcompliances="dnytrdlrmxgsy.cloudfront.net/compliance"
|
|
976
976
|
apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat"
|
|
@@ -985,7 +985,7 @@
|
|
|
985
985
|
allowdownload="yes"></sf-i-uploader></div>
|
|
986
986
|
<div slot="reporting"><sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting></div>
|
|
987
987
|
</sf-i-events> -->
|
|
988
|
-
|
|
988
|
+
<sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer"
|
|
989
989
|
apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute"
|
|
990
990
|
apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition"
|
|
991
991
|
apiidreportformats="dwqyez2puoxmu.cloudfront.net/reportformat"
|
|
@@ -1013,7 +1013,7 @@
|
|
|
1013
1013
|
<sf-i-reporting id="reporting-format" mode="view"></sf-i-reporting>
|
|
1014
1014
|
</div>
|
|
1015
1015
|
|
|
1016
|
-
</sf-i-events>
|
|
1016
|
+
</sf-i-events>
|
|
1017
1017
|
<!-- <sf-i-events name="Calendar" apiid="dwqyez2puoxmu.cloudfront.net/event" mode="consumer"
|
|
1018
1018
|
apiidtags="dnytrdlrmxgsy.cloudfront.net/tagging" apiidstatutes="dnytrdlrmxgsy.cloudfront.net/statute"
|
|
1019
1019
|
apiiddefinitions="dwqyez2puoxmu.cloudfront.net/definition"
|
package/package.json
CHANGED
package/sf-i-events.js
CHANGED
|
@@ -13196,7 +13196,7 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
13196
13196
|
};
|
|
13197
13197
|
this.renewRCMResource = async (listEvent, reportformatvalues) => {
|
|
13198
13198
|
var _a;
|
|
13199
|
-
let url = "https://" + this.apiIdRCMResources + "/
|
|
13199
|
+
let url = "https://" + this.apiIdRCMResources + "/reopen1";
|
|
13200
13200
|
console.log('renewing', reportformatvalues);
|
|
13201
13201
|
//console.log('fetch calendar url', url);
|
|
13202
13202
|
let urlBody = { projectid: this.projectId, objectid: listEvent.id, newvalues: reportformatvalues == "" ? null : JSON.parse(reportformatvalues), published: true, terminated: ((_a = JSON.parse(reportformatvalues).terminated) !== null && _a !== void 0 ? _a : false) };
|
package/src/sf-i-events.ts
CHANGED
|
@@ -17040,7 +17040,7 @@ export class SfIEvents extends LitElement {
|
|
|
17040
17040
|
|
|
17041
17041
|
renewRCMResource = async (listEvent: any, reportformatvalues: any) => {
|
|
17042
17042
|
|
|
17043
|
-
let url = "https://" + this.apiIdRCMResources + "/
|
|
17043
|
+
let url = "https://" + this.apiIdRCMResources + "/reopen1";
|
|
17044
17044
|
|
|
17045
17045
|
console.log('renewing', reportformatvalues)
|
|
17046
17046
|
//console.log('fetch calendar url', url);
|