v1.0.3: Adds GridFilterForm interface
Introduces GridFilterForm interface which enforces a contract for grid filter forms, requiring them to implement a `setGrid` method for setting the associated grid. This ensures consistency and facilitates better integration between filter forms and the grid component.