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.
package/index.d.ts
CHANGED
|
@@ -1935,7 +1935,7 @@ declare class ReplacePipe implements PipeTransform {
|
|
|
1935
1935
|
|
|
1936
1936
|
declare class FilterWorkflowInMobilePipe implements PipeTransform {
|
|
1937
1937
|
constructor();
|
|
1938
|
-
transform(buttons: any[],
|
|
1938
|
+
transform(buttons: any[], _worfklowButtonsOnFooter?: boolean): any[];
|
|
1939
1939
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterWorkflowInMobilePipe, never>;
|
|
1940
1940
|
static ɵpipe: i0.ɵɵPipeDeclaration<FilterWorkflowInMobilePipe, "filterWorkflowInMobile", false>;
|
|
1941
1941
|
}
|