barsa-novin-ray-core 2.3.71 → 2.3.73
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.
|
@@ -3668,13 +3668,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
|
|
|
3668
3668
|
|
|
3669
3669
|
class FilterWorkflowInMobilePipe {
|
|
3670
3670
|
constructor() { }
|
|
3671
|
-
transform(buttons,
|
|
3671
|
+
transform(buttons, _worfklowButtonsOnFooter = false
|
|
3672
3672
|
// fileCount: number
|
|
3673
3673
|
) {
|
|
3674
|
-
const isMobileOrTablet = getDeviceIsMobile() || worfklowButtonsOnFooter;
|
|
3675
|
-
if (!isMobileOrTablet) {
|
|
3676
|
-
|
|
3677
|
-
}
|
|
3674
|
+
// const isMobileOrTablet = getDeviceIsMobile() || worfklowButtonsOnFooter;
|
|
3675
|
+
// if (!isMobileOrTablet) {
|
|
3676
|
+
// return buttons;
|
|
3677
|
+
// }
|
|
3678
3678
|
return buttons.filter((button) => !button.isWorkflow);
|
|
3679
3679
|
}
|
|
3680
3680
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: FilterWorkflowInMobilePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|