sf-i-events 1.0.776 → 1.0.777
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/package.json +1 -1
- package/sf-i-events.js +28 -30
- package/src/sf-i-events.ts +23 -20
package/package.json
CHANGED
package/sf-i-events.js
CHANGED
|
@@ -3259,10 +3259,10 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
3259
3259
|
this.renderRoleTabsNext(this.nextPage);
|
|
3260
3260
|
}
|
|
3261
3261
|
else {
|
|
3262
|
-
if
|
|
3263
|
-
|
|
3264
|
-
}
|
|
3265
|
-
|
|
3262
|
+
// if(this.getCurrentTab() == this.TAB_CUSTOM) {
|
|
3263
|
+
// this.processDateSelection((this._SfCustomContainer as HTMLDivElement));
|
|
3264
|
+
// } else
|
|
3265
|
+
if (this.getCurrentTab() == this.TAB_FIND) {
|
|
3266
3266
|
const searchString = this._SfFindContainer.querySelector('#stream-search').value;
|
|
3267
3267
|
this.processFindSelection(this._SfFindContainer, searchString);
|
|
3268
3268
|
}
|
|
@@ -3349,10 +3349,10 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
3349
3349
|
this.fetchNext(this.nextPage, this.nextTabRole, this.nextTabStatus);
|
|
3350
3350
|
}
|
|
3351
3351
|
else {
|
|
3352
|
-
if
|
|
3353
|
-
|
|
3354
|
-
}
|
|
3355
|
-
|
|
3352
|
+
// if(this.getCurrentTab() == this.TAB_CUSTOM) {
|
|
3353
|
+
// this.processDateSelection((this._SfCustomContainer as HTMLDivElement));
|
|
3354
|
+
// } else
|
|
3355
|
+
if (this.getCurrentTab() == this.TAB_FIND) {
|
|
3356
3356
|
const searchString = this._SfFindContainer.querySelector('#stream-search').value;
|
|
3357
3357
|
this.processFindSelection(this._SfFindContainer, searchString);
|
|
3358
3358
|
}
|
|
@@ -8694,10 +8694,10 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
8694
8694
|
this.fetchNext(this.nextPage, this.nextTabRole, this.nextTabStatus);
|
|
8695
8695
|
}
|
|
8696
8696
|
else {
|
|
8697
|
-
if
|
|
8698
|
-
|
|
8699
|
-
}
|
|
8700
|
-
|
|
8697
|
+
// if(this.getCurrentTab() == this.TAB_CUSTOM) {
|
|
8698
|
+
// this.processDateSelection((this._SfCustomContainer as HTMLDivElement));
|
|
8699
|
+
// } else
|
|
8700
|
+
if (this.getCurrentTab() == this.TAB_FIND) {
|
|
8701
8701
|
const searchString = this._SfFindContainer.querySelector('#stream-search').value;
|
|
8702
8702
|
this.processFindSelection(this._SfFindContainer, searchString);
|
|
8703
8703
|
}
|
|
@@ -9498,14 +9498,13 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
9498
9498
|
this.clearMessages();
|
|
9499
9499
|
}, 3000);
|
|
9500
9500
|
//console.log('deleted', resultDelete);
|
|
9501
|
-
if
|
|
9502
|
-
|
|
9503
|
-
}
|
|
9504
|
-
|
|
9505
|
-
|
|
9506
|
-
currentColumnButton.click();
|
|
9507
|
-
}
|
|
9501
|
+
// if(this.getCurrentTab() == this.TAB_CUSTOM) {
|
|
9502
|
+
// this.processDateSelection((this._SfCustomContainer as HTMLDivElement));
|
|
9503
|
+
// } else {
|
|
9504
|
+
if (currentColumnButton != null) {
|
|
9505
|
+
currentColumnButton.click();
|
|
9508
9506
|
}
|
|
9507
|
+
// }
|
|
9509
9508
|
var clickEvent = new MouseEvent("click", {
|
|
9510
9509
|
"view": window,
|
|
9511
9510
|
"bubbles": true,
|
|
@@ -9550,14 +9549,13 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
9550
9549
|
await this.uploadReviewsBulk(bulkBodyReview);
|
|
9551
9550
|
}
|
|
9552
9551
|
//console.log('deleted', resultDelete);
|
|
9553
|
-
if
|
|
9554
|
-
|
|
9555
|
-
}
|
|
9556
|
-
|
|
9557
|
-
|
|
9558
|
-
currentColumnButton.click();
|
|
9559
|
-
}
|
|
9552
|
+
// if(this.getCurrentTab() == this.TAB_CUSTOM) {
|
|
9553
|
+
// this.processDateSelection((this._SfCustomContainer as HTMLDivElement));
|
|
9554
|
+
// } else {
|
|
9555
|
+
if (currentColumnButton != null) {
|
|
9556
|
+
currentColumnButton.click();
|
|
9560
9557
|
}
|
|
9558
|
+
// }
|
|
9561
9559
|
var clickEvent = new MouseEvent("click", {
|
|
9562
9560
|
"view": window,
|
|
9563
9561
|
"bubbles": true,
|
|
@@ -9788,10 +9786,10 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
9788
9786
|
this.fetchNext(this.nextPage, this.nextTabRole, this.nextTabStatus);
|
|
9789
9787
|
}
|
|
9790
9788
|
else {
|
|
9791
|
-
if
|
|
9792
|
-
|
|
9793
|
-
}
|
|
9794
|
-
|
|
9789
|
+
// if(this.getCurrentTab() == this.TAB_CUSTOM) {
|
|
9790
|
+
// this.processDateSelection((this._SfCustomContainer as HTMLDivElement));
|
|
9791
|
+
// } else
|
|
9792
|
+
if (this.getCurrentTab() == this.TAB_FIND) {
|
|
9795
9793
|
const searchString = this._SfFindContainer.querySelector('#stream-search').value;
|
|
9796
9794
|
this.processFindSelection(this._SfFindContainer, searchString);
|
|
9797
9795
|
}
|
package/src/sf-i-events.ts
CHANGED
|
@@ -5586,9 +5586,9 @@ export class SfIEvents extends LitElement {
|
|
|
5586
5586
|
// this.fetchNext(this.nextPage)
|
|
5587
5587
|
this.renderRoleTabsNext(this.nextPage)
|
|
5588
5588
|
}else{
|
|
5589
|
-
if(this.getCurrentTab() == this.TAB_CUSTOM) {
|
|
5590
|
-
|
|
5591
|
-
} else
|
|
5589
|
+
// if(this.getCurrentTab() == this.TAB_CUSTOM) {
|
|
5590
|
+
// this.processDateSelection((this._SfCustomContainer as HTMLDivElement));
|
|
5591
|
+
// } else
|
|
5592
5592
|
if(this.getCurrentTab() == this.TAB_FIND) {
|
|
5593
5593
|
const searchString = ((this._SfFindContainer as HTMLDivElement).querySelector('#stream-search') as HTMLInputElement).value;
|
|
5594
5594
|
this.processFindSelection((this._SfFindContainer as HTMLDivElement), searchString);
|
|
@@ -5684,9 +5684,10 @@ export class SfIEvents extends LitElement {
|
|
|
5684
5684
|
if(this.mode == "next"){
|
|
5685
5685
|
this.fetchNext(this.nextPage, this.nextTabRole, this.nextTabStatus)
|
|
5686
5686
|
}else{
|
|
5687
|
-
if(this.getCurrentTab() == this.TAB_CUSTOM) {
|
|
5688
|
-
|
|
5689
|
-
} else
|
|
5687
|
+
// if(this.getCurrentTab() == this.TAB_CUSTOM) {
|
|
5688
|
+
// this.processDateSelection((this._SfCustomContainer as HTMLDivElement));
|
|
5689
|
+
// } else
|
|
5690
|
+
if(this.getCurrentTab() == this.TAB_FIND) {
|
|
5690
5691
|
const searchString = ((this._SfFindContainer as HTMLDivElement).querySelector('#stream-search') as HTMLInputElement).value;
|
|
5691
5692
|
this.processFindSelection((this._SfFindContainer as HTMLDivElement), searchString);
|
|
5692
5693
|
} else {
|
|
@@ -12215,9 +12216,10 @@ export class SfIEvents extends LitElement {
|
|
|
12215
12216
|
if(this.mode == "next"){
|
|
12216
12217
|
this.fetchNext(this.nextPage, this.nextTabRole, this.nextTabStatus)
|
|
12217
12218
|
}else{
|
|
12218
|
-
if(this.getCurrentTab() == this.TAB_CUSTOM) {
|
|
12219
|
-
|
|
12220
|
-
} else
|
|
12219
|
+
// if(this.getCurrentTab() == this.TAB_CUSTOM) {
|
|
12220
|
+
// this.processDateSelection((this._SfCustomContainer as HTMLDivElement));
|
|
12221
|
+
// } else
|
|
12222
|
+
if(this.getCurrentTab() == this.TAB_FIND) {
|
|
12221
12223
|
const searchString = ((this._SfFindContainer as HTMLDivElement).querySelector('#stream-search') as HTMLInputElement).value;
|
|
12222
12224
|
this.processFindSelection((this._SfFindContainer as HTMLDivElement), searchString);
|
|
12223
12225
|
} else {
|
|
@@ -13169,13 +13171,13 @@ export class SfIEvents extends LitElement {
|
|
|
13169
13171
|
this.clearMessages()
|
|
13170
13172
|
}, 3000);
|
|
13171
13173
|
//console.log('deleted', resultDelete);
|
|
13172
|
-
if(this.getCurrentTab() == this.TAB_CUSTOM) {
|
|
13173
|
-
|
|
13174
|
-
} else {
|
|
13174
|
+
// if(this.getCurrentTab() == this.TAB_CUSTOM) {
|
|
13175
|
+
// this.processDateSelection((this._SfCustomContainer as HTMLDivElement));
|
|
13176
|
+
// } else {
|
|
13175
13177
|
if(currentColumnButton != null) {
|
|
13176
13178
|
currentColumnButton.click();
|
|
13177
13179
|
}
|
|
13178
|
-
}
|
|
13180
|
+
// }
|
|
13179
13181
|
|
|
13180
13182
|
var clickEvent = new MouseEvent("click", {
|
|
13181
13183
|
"view": window,
|
|
@@ -13223,13 +13225,13 @@ export class SfIEvents extends LitElement {
|
|
|
13223
13225
|
await this.uploadReviewsBulk(bulkBodyReview);
|
|
13224
13226
|
}
|
|
13225
13227
|
//console.log('deleted', resultDelete);
|
|
13226
|
-
if(this.getCurrentTab() == this.TAB_CUSTOM) {
|
|
13227
|
-
|
|
13228
|
-
} else {
|
|
13228
|
+
// if(this.getCurrentTab() == this.TAB_CUSTOM) {
|
|
13229
|
+
// this.processDateSelection((this._SfCustomContainer as HTMLDivElement));
|
|
13230
|
+
// } else {
|
|
13229
13231
|
if(currentColumnButton != null) {
|
|
13230
13232
|
currentColumnButton.click();
|
|
13231
13233
|
}
|
|
13232
|
-
}
|
|
13234
|
+
// }
|
|
13233
13235
|
|
|
13234
13236
|
var clickEvent = new MouseEvent("click", {
|
|
13235
13237
|
"view": window,
|
|
@@ -13492,9 +13494,10 @@ export class SfIEvents extends LitElement {
|
|
|
13492
13494
|
if(this.mode == "next"){
|
|
13493
13495
|
this.fetchNext(this.nextPage, this.nextTabRole, this.nextTabStatus)
|
|
13494
13496
|
}else{
|
|
13495
|
-
if(this.getCurrentTab() == this.TAB_CUSTOM) {
|
|
13496
|
-
|
|
13497
|
-
} else
|
|
13497
|
+
// if(this.getCurrentTab() == this.TAB_CUSTOM) {
|
|
13498
|
+
// this.processDateSelection((this._SfCustomContainer as HTMLDivElement));
|
|
13499
|
+
// } else
|
|
13500
|
+
if(this.getCurrentTab() == this.TAB_FIND) {
|
|
13498
13501
|
const searchString = ((this._SfFindContainer as HTMLDivElement).querySelector('#stream-search') as HTMLInputElement).value;
|
|
13499
13502
|
this.processFindSelection((this._SfFindContainer as HTMLDivElement), searchString);
|
|
13500
13503
|
} else {
|